diff options
author | hjk <qtc-committer@nokia.com> | 2010-02-11 17:29:10 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-02-11 17:46:05 +0100 |
commit | 47fa65be6c26c04a484eb82d648587a155738b00 (patch) | |
tree | 0ed95d0144d15a6192380c883370f97a0786217d /src/plugins/debugger/gdb/pythongdbengine.cpp | |
parent | 14d1edd5e272309b1bc538da205f92abde0d7ab7 (diff) | |
download | qt-creator-47fa65be6c26c04a484eb82d648587a155738b00.tar.gz |
debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
Diffstat (limited to 'src/plugins/debugger/gdb/pythongdbengine.cpp')
-rw-r--r-- | src/plugins/debugger/gdb/pythongdbengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdb/pythongdbengine.cpp b/src/plugins/debugger/gdb/pythongdbengine.cpp index d51cfa8dc4..2fb02fc00e 100644 --- a/src/plugins/debugger/gdb/pythongdbengine.cpp +++ b/src/plugins/debugger/gdb/pythongdbengine.cpp @@ -169,7 +169,7 @@ void GdbEngine::handleStackFramePython(const GdbResponse &response) && bp->fileName != bp->bpFileName) bp->markerFileName = bp->fileName; } else { - QTC_ASSERT(false, qDebug() << child.toString()); + QTC_ASSERT(false, qDebug() << child.toString() << bpNumber); //bp->bpNumber = "<unavailable>"; } } |