Version: cvs (using KDE KDE 3.1) Installed from: Compiled From Sources Compiler: gcc 2.95 OS: Linux This is really bad and slows down the debugging. (From Mantia Andras)
*** Bug 55282 has been marked as a duplicate of this bug. ***
Subject: kdevelop/parts/debugger CVS commit by amantia: Remember watch variables between sessions. This was an oftern reported bug, and I don't see the reason behind why wasn't fixed until now... CCMAIL: 55281-done@bugs.kde.org CCMAIL: 6472-done@bugs.kde.org CCMAIL: 31457-done@bugs.kde.org M +1 -1 debuggerpart.cpp 1.53 --- kdevelop/parts/debugger/debuggerpart.cpp #1.52:1.53 @@ -531,5 +531,5 @@ void DebuggerPart::stopDebugger() breakpointWidget->reset(); framestackWidget->clear(); - variableWidget->clear(); + //variableWidget->clear(); //any reason why this should be cleared? It removes the watched variables, which is bad. (Andras) disassembleWidget->clear(); disassembleWidget->slotActivate(false);