------- 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=149240 Summary: Locals in "Variable tree" aren't updated sometimes, but the Watches (of same expression/var) are updated ok Product: kdevelop Version: 3.4.1 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: CPP Debugger AssignedTo: kdevelop-bugs kdevelop org ReportedBy: korvin deeptown org Version: 3.4.1 (using KDE 3.5.7, Gentoo) Compiler: Target: i686-pc-linux-gnu OS: Linux (i686) release 2.6.22-gentoo-r2 I'm sorry if I accidentally duplicated the bug report 104962, but I think that this bug is a bit different. So, I have a custom implementation of string class, that contain 'int m_len' and 'char* m_buf' fields. When I debugging a program I've noticed that actual value of the 'm_buf' field does not always correspont to that shown in 'Locals' in Variable List. But 'm_len' do! Another thing: If I put a watch on m_buf and step through the program it will display the value correctly (it will change to red and update it's value, whether tree item in Locals don't). Please notice, that if I use string as local variable (not as a field) the bug dissapears. So in code like this.. string s; s = "hello world" ..both m_len and m_buf are updated. P. S.: Thanks a lot guys! You're making a great soft! :) Hope that my report will help to fix the bug. P. P. S.: Sorry for my english ;) _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs