Setting -debug correctly in order to debug one plugin [message #461504] |
Wed, 10 January 2007 17:07 |
Eclipse User |
|
|
|
Hi
I have a plugin (com.bluecornsoftware.update) that has an .options file:
com.bluecornsoftware.udpate/debug=true
com.bluecornsoftware.update/debug/level=ALL
I then implement code as shown in:
http://wiki.eclipse.org/index.php/FAQ_How_do_I_use_the_platf orm_debug_tracing_facility%3F
To verify that I can read the 'level' option (which I use to set the
logging level)
I then export the whole RCP and I change the ini file to include:
-debug
which states that the .options for the main application is not found in
the log. Which is OK with me yet...
What do I have to add after '-debug' in order to activate debugging
trace in the plugin 'com.bluecornsoftware.update'?? My plugins are
packaged as jars.
-H
|
|
|
Powered by
FUDForum. Page generated in 0.04121 seconds