Bug 124984

Summary: Watched variables values are not updated after manual change
Product: [Applications] kdevelop Reporter: Krystof Zacek <krystof.zacek>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.3.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***