Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Bug in Expressions View?(Expressions view not showing correct values)
Bug in Expressions View? [message #889773] Tue, 19 June 2012 14:56
David Paterson is currently offline David PatersonFriend
Messages: 9
Registered: September 2010
Location: Scotland
Junior Member
I'm seeing some odd behaviour in the expressions view in. I'm not sure if it's really a bug, or just me "misusing" the view.

If I add an array (e.g. global char array) to the expressions list, it displays OK, but if I change any value in the array the value shown isn't updated, and reverts to the previous value.

It is being written to memory, as can be confirmed by checking the value in the Memory view, and on returning to the Expressions view, the new value is shown. In fact, switching to any other view, such as Registers or Breakpoints, and back again shows the correct value, perhaps refreshing the view on returning to it.

Is there a way to get the view to update after a change, is it a bug (i.e. it should update), or is that just the way the expressions view works?

Running Eclipse Indigo CDT

[Updated on: Tue, 19 June 2012 15:07]

Report message to a moderator

Previous Topic:GDB debug error with virtual folder
Next Topic:The PAUCITY of cdt tutorial and books written for Linux platform
Goto Forum:
  


Current Time: Thu Apr 25 14:11:02 GMT 2024

Powered by FUDForum. Page generated in 0.02678 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top