This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS-5 debugger hover functionality not working

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?

Parents
  • 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

Reply
  • 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

Children