kdevelop/parts/debugger
Andras Mantia
amantia at freemail.hu
Wed Feb 5 17:34:02 UTC 2003
CVS commit by amantia:
Fix item 6 of #52788. The breakpoints were set twice during startup, so when you removed them later, during the debugging process, the app still stopped at those points.
CCMAIL:kdevelop-devel at kdevelop.org
M +2 -1 debuggerpart.cpp 1.49
--- kdevelop/parts/debugger/debuggerpart.cpp #1.48:1.49
@@ -517,5 +517,6 @@ void DebuggerPart::startDebugger()
controller->slotStart(shell, program);
- breakpointWidget->slotSetPendingBPs();
+// breakpointWidget->slotSetPendingBPs(); //This sets the breakpoint was again, so when you remove them during
+ //a debugging session, the app will still stop at those breakpoints...
}
More information about the KDevelop-devel
mailing list