IntelliJ IDEA 12.1.0 Web Help

File | Settings | Debugger for Windows and Linux
IntelliJ IDEA | Preferences | Debugger for Mac OS


In this section:

Use this dialog box to configure behavior of the Debugger and customize its view.

Note

Options concerning debug data view can be configured using Customize Data View dialog box from the Variables tab of the Debug tool window, as well as they can be configured here.

Use the root page to configure general debugger options. Note that options listed here are not applicable when debugging remote processes.

ItemDescription
TransportSelect transport for connection to the process. Available options are socket and shared memory, which is available for Windows systems only.
Force classic VM for JDK 1.3.x and earlierCheck this option to launch process to be debugged with classic VM.

Tip

For some Java SDK's this check box is disabled, because the -classic option should be forced automatically, or when no classic VM is available at all.

Disable JITWith this option you can control whether the -Djava.compiler=NONE parameter is specified when the application is launched. This parameter affects JIT compiler, and if the option is turned on, JIT compiler will be disabled.
Hide debug window on process terminationAutomatically hide the Debug window when the debugged program terminates.
10.0+ Focus on breakpointIf this check box is selected, on hitting a breakpoint, IntelliJ IDEA will show the location of this breakpoint in the editor and will attempt to bring its frame to the front.

See Also

Concepts:

Procedures:

Reference:

Web Resources: