Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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?

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