So when you run your program in debug mode it will automatically put a breakpoint when an exception occurs and this gives you an option to manually click the continue button to allow the program to move on to the next steps or to click stop to end execution. when the continue on exception is checked, it will continue to execute the next step when the exception occurs.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.