|
Click to just to the right of the line number for that line and a small red dot will appear, indicating that you have placed a breakpoint on that line. |
To set a breakpoint in PyCharm you click to the right of the line number, but in VSCode it is to the left of the line number, so this sentence needs to be moved into the IDE-dependent section and modified accordingly.
python-intermediate-development/episodes/24-diagnosing-issues-improving-robustness.md
Line 304 in 3035eaf
To set a breakpoint in PyCharm you click to the right of the line number, but in VSCode it is to the left of the line number, so this sentence needs to be moved into the IDE-dependent section and modified accordingly.