Bug 124984 - Watched variables values are not updated after manual change
Summary: Watched variables values are not updated after manual change
Status: RESOLVED DUPLICATE of bug 65818
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.3.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-05 17:04 UTC by Krystof Zacek
Modified: 2006-04-18 21:06 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 Krystof Zacek 2006-04-05 17:04:22 UTC
Version:           3.3.2 (using KDE 3.5.2, Debian Package 4:3.5.2-2 (testing/unstable))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.16-1-686

Consider this:

char c, *pc;
pc=&c;

If I watch c and *pc and I manually change value of c in the watch window then the value of *pc is not updated in the watch window (and vice versa).

I would say that after each manual change of watched variables the watch window content must be updated.
Comment 1 Jens Dagerbo 2006-04-18 21:06:34 UTC
Dupe.

*** This bug has been marked as a duplicate of 65818 ***