Use this page to configure behavior of the Debugger and customize its view.
Common debugger options
Item | Description |
---|---|
Focus application on breakpoint | If this check box is selected, on hitting a breakpoint, PyCharm will show the location of this breakpoint in the editor and will attempt to bring its frame to the front. |
Show debug window on breakpoint | Is this check box is selected, then on hitting a breakpoint, |
Hide debug window on process termination | Automatically hide the Debug window when the debugged program terminates. |
Built-in server port | Use this spin box to specify the number of the port where the built-in web server runs. By default this port is set to the default PyCharm port through which PyCharm accepts connections from services. |
Can accept external connections | If 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. |