Bug 31457 - Remember watch expressions between two debug sessions
Summary: Remember watch expressions between two debug sessions
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-24 09:18 UTC by pfrancq
Modified: 2003-03-10 19:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pfrancq 2001-08-24 09:04:56 UTC
(*** 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)
Comment 1 Michael Uplawski 2001-10-28 23:36:40 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>
Comment 2 András Manţia 2003-03-10 19:36:58 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);