PyCharm 2016.1 Help

Configuring Debugger Options

PyCharm supports debugging for Python and Django applications, classes, and files. The debugging functionality is incorporated in PyCharm, you only need to configure its settings.

Depending on the plugins enabled, PyCharm can also support debugging for other languages, for example, JavaScript .

The JavaScript debugging functionality is incorporated in PyCharm, you only need to configure its settings.

PyCharm supports local and remote JavaScript debugging only in Google Chrome and other browsers of the Chrome family.

To configure settings required for debugging, perform the following general steps

  1. In the Project Structure dialog box, configure the roots, dependencies and libraries to be passed to the interpreter .
  2. In the Settings dialog box, configure the debugger options:

See Also

Last modified: 20 April 2016