Latest web development tutorials

Eclipse Debug configuration

Eclipse Debug configuration


Creating and Using Debug configuration

Eclipse Debug configuration is similar to the running configuration but it is used to open the application in debug mode.

Open the Debug configuration dialog steps: Run> Debug Configurations.

debug_conf1

Select from the list on the left "Java Application" option to create Java applications and debug configuration New button.

Dialog description include:

  • The name of the debug configuration
  • project name
  • The main class name

arguments (parameters) tab descriptions are:

  • Zero or more program parameters
  • Zero or more parameters of the virtual machine (VM arguments)
debug_conf2

Save the running configuration information and click the Apply button, then click the Debug button to download the application in debug mode.