diff options
| author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-07-15 16:50:18 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-07-15 16:50:18 +0200 |
| commit | b2ec44ba907bdcf2b6e15b2d1641af108b2956fa (patch) | |
| tree | b1302d50f2130fb39173b405e8b32a6be553e550 /src | |
| parent | c3965258c2694db9533d32080843d07973e1b361 (diff) | |
| download | qt-creator-b2ec44ba907bdcf2b6e15b2d1641af108b2956fa.tar.gz | |
Debugger/CDB: Do not disable dumpers on a C++ exception.
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/debugger/cdb/cdbexceptionutils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/cdb/cdbexceptionutils.cpp b/src/plugins/debugger/cdb/cdbexceptionutils.cpp index 3839ee8227..1988cf8f6b 100644 --- a/src/plugins/debugger/cdb/cdbexceptionutils.cpp +++ b/src/plugins/debugger/cdb/cdbexceptionutils.cpp @@ -271,6 +271,7 @@ bool isFatalException(LONG code) case startupCompleteTrap: // Mysterious exception at start of application case rpcServerUnavailableExceptionCode: case dllNotFoundExceptionCode: + case cppExceptionCode: return false; default: break; |
