Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ How do I find out the command-line arguments of a launched program?

Revision as of 14:56, 14 March 2006 by Claffra (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In the Debug view, use the context menu on the process in question, and select Properties.... From this dialog you can see the exact command line that was passed to the JVM. If you launched in debug mode, there will be some extra command line arguments that instruct the JVM to run in debug mode. To show the Debug view, you can use Window > Show View > Debug > Debug.

Back to the top