CLion 2016.1 Help

Debugger

File | Settings | Build, Execution, Deployment | Debugger for Windows and Linux
CLion | Preferences | Build, Execution, Deployment | Debugger for OS X


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

Common options

ItemDescription
Focus application on breakpoint If this check box is selected, on hitting a breakpoint, CLion will show the location of this breakpoint in the editor and will attempt to bring its frame to the front.
Show debug window on breakpointIs this check box is selected, CLion activates the Debug Tool Window on hitting a breakpoint.
Hide debug window on process termination Automatically hide the Debug window when the debugged program terminates.
Scroll execution point to centerIf this check box is selected, the line with the current execution point will be kept in the middle of the screen.

Built-in server

ItemDescription
PortUse this spin box to specify the number of the port where the built-in web server runs. The port number should be set to 1024 or higher. By default this port is set to the default CLion port through which CLion accepts connections from services (63342).
Can accept external connectionsIf this check box is selected, then the files launched on the built-in server running on the specified port, are accessible from a different computer.

See Also

Procedures:

Last modified: 20 July 2016