Posted By:
Barry_Burd
Posted On:
Saturday, July 30, 2005 02:30 PM
If I put something like x = y/0 in my code, the debugger pauses before completing the program whether I've set a breakpoint or not. What if I want the program to run to completion without pausing? I'm supposed to be able to control this behavior with Exception breakpoints, aren't I? How do I do that? Thanks.