Is there a way to suppress the Y/N dialog for "remove all breakpoints"?
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'
精彩评论