How to List Breakpoints when the debugger is not active?

Answered

I have just started PyCharm and it has various breakpoints set in the code.

How can I see where they are before I start debugging? The button for showing breakpoints is not visible because the debugger is not active.

Of course I can open the configuration, find the entry point in the code base, set a breakpoint there and then start debugging.

It just seems like there could be an entry on the menus for showing the debugging windows or some other approach.

 

3
2 comments
Official comment

You can find the list of your breakpoints in the menu `Run | View breakpoints`.

Works in PhpStorm also. Probably in all Jetbrains products. 

0

Please sign in to leave a comment.