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.
Debugging for JavaScript applications is supported only in the
Firefox and
Google Chrome
browsers.
- In the Project Structure dialog box, configure the roots, dependencies and libraries to be passed to the interpreter .
-
In the
Settings dialog box, configure the debugger options:
- Under the Build, Execution and Deployment section, click Python Debugger, and configure the Python debugger options.
- Under the Build, Execution and Deployment, click Debugger, and
define the debugger options as required.
In this section, configure the JavaScript debugger options.