-
Hi. I am using the latest free version of Binja. I am just reviewing how binja works with Debugger. While I am working with Debugger, I cannot see the current value of the variable with mouse hover I have initialized variable like below. The variable is initialized with value 1. However, When the mouse is hovered on the variable while debuggin stopped at breakpoint. I cannot see the current value of the variable I am just starting to use Binja lately, I came from IDA background. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We already have an issue for it Vector35/debugger#106 |
Beta Was this translation helpful? Give feedback.
-
Meanwhile, you can use menu -> "Debugger" -> "Create Stack View" to create a pane that shows the bytes on the stack, and view the content of the variable in it. I know this is inconvenient, and we will try to fix it sooner |
Beta Was this translation helpful? Give feedback.
We already have an issue for it Vector35/debugger#106