Da Jones
2009-06-17 18:12:45 UTC
Hi, i have a couple of questions regarding Visual C++ Express.
Is it possible to get the debugger to break exactly where an exception
occurs instead of some way after it? Say for example a null ptr access or an
actual throw, it rarely stops near to where the actual exception happens, or
where the offending code is.
Also once an exception occurs it seems imposible to get the debugger to let
the exception continue unwinding up the stack and fall up to an enclosing
try..catch, or to abort the app. Retry just does nothing, just keeps the
debugger where it is, likewise ignore, break just stays at the breakpoint.
There aint nothing i can find to do to let the exception filter up the call
stack.
Is it possible to get the debugger to break exactly where an exception
occurs instead of some way after it? Say for example a null ptr access or an
actual throw, it rarely stops near to where the actual exception happens, or
where the offending code is.
Also once an exception occurs it seems imposible to get the debugger to let
the exception continue unwinding up the stack and fall up to an enclosing
try..catch, or to abort the app. Retry just does nothing, just keeps the
debugger where it is, likewise ignore, break just stays at the breakpoint.
There aint nothing i can find to do to let the exception filter up the call
stack.