Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » -debug and .options
-debug and .options [message #17382] Tue, 26 August 2008 14:16 Go to next message
Eclipse UserFriend
Originally posted by: Jonathan.L.Hendrix.nasa.gov

I'm trying to see why my plug-in isn't loading. This is the current
content of my .options file


org.eclipse.core.runtime/debug=true
org.eclipse.core.runtime/loader/debug=true
org.eclipse.core.runtime/loader/debug/create=true
org.eclipse.core.runtime/loader/debug/activateplugin=true
org.eclipse.core.runtime/loader/debug/actions=true
org.eclipse.core.runtime/loader/debug/success=true
org.eclipse.core.runtime/loader/debug/failure=true
org.eclipse.core.runtime/loader/debug/filter/loader=*
org.eclipse.core.runtime/loader/debug/filter/class=*
org.eclipse.core.runtime/loader/debug/filter/resource=*
org.eclipse.core.runtime/loader/debug/filter/native=*


I don't get any messages after it says .options was loaded.

I'm using eclipse 3.4.
Any ideas?
Re: -debug and .options [message #17843 is a reply to message #17382] Tue, 26 August 2008 14:57 Go to previous messageGo to next message
Danail Nachev is currently offline Danail NachevFriend
Messages: 110
Registered: July 2009
Senior Member
Is there any chance, that you have no newlines between the options? At
least my mail client shows them this way? This can confuse the debug
framework.

exquisitus wrote:
> I'm trying to see why my plug-in isn't loading. This is the current
> content of my .options file
>
>
> org.eclipse.core.runtime/debug=true
> org.eclipse.core.runtime/loader/debug=true
> org.eclipse.core.runtime/loader/debug/create=true
> org.eclipse.core.runtime/loader/debug/activateplugin=true
> org.eclipse.core.runtime/loader/debug/actions=true
> org.eclipse.core.runtime/loader/debug/success=true
> org.eclipse.core.runtime/loader/debug/failure=true
> org.eclipse.core.runtime/loader/debug/filter/loader=*
> org.eclipse.core.runtime/loader/debug/filter/class=*
> org.eclipse.core.runtime/loader/debug/filter/resource=*
> org.eclipse.core.runtime/loader/debug/filter/native=*
>
>
> I don't get any messages after it says .options was loaded.
> I'm using eclipse 3.4.
> Any ideas?
>
>
Re: -debug and .options [message #17854 is a reply to message #17843] Tue, 26 August 2008 15:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jonathan.L.Hendrix.nasa.gov

I used a dump program to verify that the lines end with cr/nl
Re: -debug and .options [message #17878 is a reply to message #17854] Tue, 26 August 2008 15:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jonathan.L.Hendrix.nasa.gov

Does someone know where there is a list of possible debug 'variables' to
set to true?
Re: -debug and .options [message #17930 is a reply to message #17878] Wed, 27 August 2008 06:13 Go to previous message
Eclipse UserFriend
Originally posted by: zx.code9.com

exquisitus wrote:
> Does someone know where there is a list of possible debug 'variables' to
> set to true?

If you're using PDE and Eclipse Application launch configurations, there
should be a 'tracing tab' where this information can be enabled and set
via a UI.

Cheers,

~ Chris
Re: -debug and .options [message #577215 is a reply to message #17382] Tue, 26 August 2008 14:57 Go to previous message
Danail Nachev is currently offline Danail NachevFriend
Messages: 110
Registered: July 2009
Senior Member
Is there any chance, that you have no newlines between the options? At
least my mail client shows them this way? This can confuse the debug
framework.

exquisitus wrote:
> I'm trying to see why my plug-in isn't loading. This is the current
> content of my .options file
>
>
> org.eclipse.core.runtime/debug=true
> org.eclipse.core.runtime/loader/debug=true
> org.eclipse.core.runtime/loader/debug/create=true
> org.eclipse.core.runtime/loader/debug/activateplugin=true
> org.eclipse.core.runtime/loader/debug/actions=true
> org.eclipse.core.runtime/loader/debug/success=true
> org.eclipse.core.runtime/loader/debug/failure=true
> org.eclipse.core.runtime/loader/debug/filter/loader=*
> org.eclipse.core.runtime/loader/debug/filter/class=*
> org.eclipse.core.runtime/loader/debug/filter/resource=*
> org.eclipse.core.runtime/loader/debug/filter/native=*
>
>
> I don't get any messages after it says .options was loaded.
> I'm using eclipse 3.4.
> Any ideas?
>
>
Re: -debug and .options [message #577240 is a reply to message #17843] Tue, 26 August 2008 15:08 Go to previous message
exquisitus is currently offline exquisitusFriend
Messages: 211
Registered: July 2009
Senior Member
I used a dump program to verify that the lines end with cr/nl
Re: -debug and .options [message #577292 is a reply to message #17854] Tue, 26 August 2008 15:18 Go to previous message
exquisitus is currently offline exquisitusFriend
Messages: 211
Registered: July 2009
Senior Member
Does someone know where there is a list of possible debug 'variables' to
set to true?
Re: -debug and .options [message #577393 is a reply to message #17878] Wed, 27 August 2008 06:13 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
exquisitus wrote:
> Does someone know where there is a list of possible debug 'variables' to
> set to true?

If you're using PDE and Eclipse Application launch configurations, there
should be a 'tracing tab' where this information can be enabled and set
via a UI.

Cheers,

~ Chris
Previous Topic:question about resourcetraversal
Next Topic:contributing to PackageExplorer view
Goto Forum:
  


Current Time: Sat Apr 27 04:18:55 GMT 2024

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

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

Back to the top