| [platform-dev] Need info on -debug and .options usage |
|
Hello,
I need to launch eclipse in debug mode and want to put breakpoint for the below
eclipse class org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction.java ==è Line # 122
or method (private String buildCommandLine(String
workspace)). I tried launching eclipse in debug mode with command
“eclipise.exe – debug “.
But the control did not stop @my breakpoint on the desired operation (Switch
WorkSpace). I could not make out the usage from below eclipse help doc. Could
anybody explain with example and the format/contents of “.options” file. Eclipse doc -debug
[options file] (OSGi) equivalent
to setting osgi.debug
to [options file] or the empty string to simply enable debug (i.e., if the
options file location is not specified) Thanks in advance Chethan _______________ |