Right-clicking is not working to set breakpoints, no matter how many users say so. Did they remove or change the feature?
Asked
Active
Viewed 105 times
-1
-
Please keep in mind stack overflow is for programming questions, not about the tools used in programming unless we are programming the tools themselves. You may have more luck over in [super user](https://superuser.com/) – Jouster500 Jan 03 '19 at 17:22
-
What do you mean by 'not working'. On Windows 10, with 3.7.2, I just opened an editor window, right-clicked, selected Set breakpoint, and the breakpoint highlighting appeared as it should. Of course, it will have no effect unless the debugger is turned on when the file is run. I saved, closed, and reopened the file and the breakpoint was still set, as expected. – Terry Jan Reedy Jan 03 '19 at 19:19
1 Answers
0
You need to press the debugger option in the Python Shell. Go to the Debug
dropdown and press Debugger
. Check this answer for more info.

GeeTransit
- 1,458
- 9
- 22