Summary: | Remember watch expressions between two debug sessions | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | pfrancq |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
pfrancq
2001-08-24 09:04:56 UTC
> 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); |