开发者

Is there a way to suppress the Y/N dialog for "remove all breakpoints"?

开发者 https://www.devze.com 2023-02-25 11:45 出处:网络
I have a button in my tool bar to remove all of the breakpoints.When I press it, it prompts to ask if I really want to do this.I would like to suppress that behavior, and just silently remove all of t

I have a button in my tool bar to remove all of the breakpoints. When I press it, it prompts to ask if I really want to do this. I would like to suppress that behavior, and just silently remove all of the 开发者_如何学编程break points.

Is there a setting, workaround, technique that would allow this?

Thanks.

Evil.


Yes - Go to Options in the Tools menu and expand the Debugging tree node on the left hand side.

The first checkbox uder 'General' is 'Ask before deleting all breakpoints'

0

精彩评论

暂无评论...
验证码 换一张
取 消