S
simon
I'm using VC++ 2003. My code throws lots of exceptions but the
debugger's handling of these makes the program (and hence debugging
process) unusably slow; this was not the case in VC++ 6.
So my questions are:
1) is it possible to disable the exception interception mechanism so
that the debugger is usable (note that the exception handling to
continue with the Exceptions dialogue does not do this)
2) has this problem been fixed in 2005 so that the debugger is usable
with code that throws lots of exceptions
TIA
Simon Geard
debugger's handling of these makes the program (and hence debugging
process) unusably slow; this was not the case in VC++ 6.
So my questions are:
1) is it possible to disable the exception interception mechanism so
that the debugger is usable (note that the exception handling to
continue with the Exceptions dialogue does not do this)
2) has this problem been fixed in 2005 so that the debugger is usable
with code that throws lots of exceptions
TIA
Simon Geard