I'm using the DS-5 debugger in eclipse in Ubuntu with FVP models and when stopped at a breakpoint, when I hover a variable it shows me its declaration and not its current value. Does somebody know how to fix this?
Hello, you are seeing the correct behavior as implemented today. There are a number of ways to view the value:
1) You can view the value in the variables pane
2) You can enter (or drag-and-drop) the variable to the Expressions pane and see it there.
3) You can also use the output (or print) command on the command line to display.
Regards, Ronan
Thank you Ronan!