(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.0 (using KDE 2.2.0 ) Severity: wishlist Installed from: Linux-Mandrake 8.0 (Traktopel) - Unsupported Compiler: gcc version 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk) OS: Linux (i686) release 2.4.3-20mdksmp OS/Compiler notes: It would be nice if the expressions added for watching in the debug mode will be remember between two debug sessions. (Submitted via bugs.kde.org) (Called from KBugReport dialog)
> It would be nice if the expressions added for > watching in the debug mode will be remember between two debug > sessions. I fully support this request. One debugging session finds the error the next one proves that the code is correct. I sometimes "watch" many different variables and expressions (I am still no profi). This very feature will help a lot. Thanks also to <pfrancq at ulb.ac.be> for mentioning this! Michael. -- gpg / pgp: 1024D/EBF862F0 2048g/92FB166A created: 2001-09-10 expires: 2002-09-10 fingerprint: 7AF1 8CDC 31F8 CF87 C5C0 1F6B DBF6 EED4 EBF8 62F0 User: Michael Uplawski <uplawski@quercus.franken.de>
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);