From 47fa65be6c26c04a484eb82d648587a155738b00 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 11 Feb 2010 17:29:10 +0100 Subject: debugger: some basic support for 'catch catch' and 'catch throw' Hidden in the Breakpoints context menu. --- src/plugins/debugger/gdb/pythongdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/gdb/pythongdbengine.cpp') 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 = ""; } } -- cgit v1.2.1