[Bug 55281] watched variables are not remembered between debug sessions
Mantia Andras
amantia at freemail.hu
Mon Mar 10 19:38:37 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=55281
amantia at freemail.hu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From amantia at freemail.hu 2003-03-10 19:36 -------
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 at bugs.kde.org
CCMAIL: 6472-done at bugs.kde.org
CCMAIL: 31457-done at 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);
More information about the KDevelop-devel
mailing list