Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Cannot trace plugin actication using Core Tools on 3.5
Cannot trace plugin actication using Core Tools on 3.5 [message #509604] Sat, 23 January 2010 09:36 Go to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
I've installed Core Tools and configured the following .options file:

#.options
org.eclipse.core.boot/monitor/plugins=true
org.eclipse.core.boot/monitor/bundles=true

Starting eclipse 3.5 with -debug switch tells me .options is being read.
Yet Runtime Spy perspective claims:

Plug-in monitoring is not enabled

Any idea what I'm doing wrong?

Best regards,
Andreas
Re: Cannot trace plugin actication using Core Tools on 3.5 [message #509910 is a reply to message #509604] Mon, 25 January 2010 18:34 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Andreas Goetz wrote:
> I've installed Core Tools and configured the following .options file:
>
> #.options
> org.eclipse.core.boot/monitor/plugins=true
> org.eclipse.core.boot/monitor/bundles=true

Try adding this line as well.
org.eclipse.core.boot/debug=true

When I look at Tracing options from the launch config (it displays all
available for me) it looks like some of those options are now made
available through the org.eclipse.osgi tracing options.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Cannot trace plugin actication using Core Tools on 3.5 [message #511219 is a reply to message #509910] Sun, 31 January 2010 12:41 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
Great hint, thank you. This will do the trick for me:

org.eclipse.osgi/debug=true
org.eclipse.osgi/monitor/activation=true
org.eclipse.osgi/monitor/classes=false
org.eclipse.osgi/trace/activation=true

Best regards,
Andreas

On 25.01.2010 19:34, Paul Webster wrote:
> Andreas Goetz wrote:
>> I've installed Core Tools and configured the following .options file:
>>
>> #.options
>> org.eclipse.core.boot/monitor/plugins=true
>> org.eclipse.core.boot/monitor/bundles=true
>
> Try adding this line as well.
> org.eclipse.core.boot/debug=true
>
> When I look at Tracing options from the launch config (it displays all
> available for me) it looks like some of those options are now made
> available through the org.eclipse.osgi tracing options.
>
> PW
>
Previous Topic:Core Expression: activeEditor adapts to ITextEditor
Next Topic:Preference page inside CTabItem
Goto Forum:
  


Current Time: Wed Apr 24 21:38:32 GMT 2024

Powered by FUDForum. Page generated in 0.03003 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top