How to List Breakpoints when the debugger is not active?

已回答

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
正式评论

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

Works in PhpStorm also. Probably in all Jetbrains products. 

0

请先登录再写评论。