Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 385 Bytes

File metadata and controls

11 lines (7 loc) · 385 Bytes

Debugging Python

Here are some tips for debugging Python.

VSCode debugging Python

VSCode now uses debugpy for debugging, so pip install debugpy Set breakpoints by clicking in the gutter left of the line numbers. To debug, you need to have a launch.json file. Open the Run view by clicking on the Run icon in the Activity Bar on the side, or press Ctrl+Shift+D.