Disable breakpoints altogether? Clicking in the gutter
I am constantly accidentally creating breakpoints when clicking in the gutter. It's really gotten annoying. Is there some way to completely disable them?
Along similar lines, I could swear that I used to be able to select lines by clicking in the gutter. Now this doesn't work. Was this removed?
PHPStorm 2023.1
请先登录再写评论。
There is no way to remove breakpoints from gutter completely.
However, you may return back an old behaviour with selecting lines by unticking the "Breakpoints Over Line Numbers" option:
Oh, thank goodness. Phew, that's a Godsend. Thank you Vasiliy Yur!
Would love if an option existed to NOT create breakpoints when LMB clicking the gutter. It really drives me off.
Agree 100% with you, Tiago.
Drives me mad when need to click on phpunit “test this method" button and clicking 1px outside and will create useless (for me) breakpoint…
please webstorm, I'm just a pleb with console.logs and have no need for breakpoints, the “breakpoints over line numbers” has certainly helped but come on…
Agreed, this gets pretty annoying in Jupyter notebooks on Pycharm
Upvote.
Having no way to change this behavior (automatically placing a breakpoint when clicking on the gutter), is really annoying for my development.