Bug 55281 - watched variables are not remembered between debug sessions
Summary: watched variables are not remembered between debug sessions
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 55282 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-27 15:32 UTC by Caleb Tennis
Modified: 2003-03-10 19:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Tennis 2003-02-27 15:32:03 UTC
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)
Comment 1 Hamish Rodda 2003-02-28 07:26:39 UTC
*** Bug 55282 has been marked as a duplicate of this bug. ***
Comment 2 András Manţia 2003-03-10 19:36:57 UTC
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);