Easy Tutorial
❮ Eclipse Content Assist Eclipse Quick Fix ❯

Eclipse Debug Configuration


Creating and Using Debug Configurations

Eclipse Debug configurations are similar to run configurations but are used to start applications in debug mode.

To open the Debug Configuration dialog, go to: Run > Debug Configurations.

Select the "Java Application" option from the left-hand list to choose the Java code you want to debug.

The description information in the dialog includes:

The description information in the Arguments tab includes:

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

❮ Eclipse Content Assist Eclipse Quick Fix ❯