debugger
debugger copied to clipboard
Variable name changes do not take effect during debugging
I noticed that during debugging, if I change a variable name in the code, it does not take effect. This is probably related to the fact that we turn analysis hold on by default.
What I observe:
- Even if I force re-analyze the function, it does not work
- If I switch to the graph view and then go back to the linear view, it works
- The analysis is going logo is spinning (see attached screenshot), but nothing happens
I believe this is caused by the linear view misjudging the need to update the content of the view
The function is properly update -- though I am not sure why the linear view does not update its display accordingly
This has been fixed along with https://github.com/Vector35/binaryninja-api/issues/6552