xusheng
xusheng
So a compromise on this is that we can offer a method to read the symbol at a specific address. The users can use this API on demand. This avoids...
Could you please provide a concrete repro step so that I can troubleshoot this?
Could you please provide a concrete repro step so that I can troubleshoot this?
We not only need to read information about the mapped modules, we also need stacks, heaps, etc. Right now, since we are reporting the entire memory space as readable, the...
Hi @FuzzySecurity, thx for the bug report! Could you please explain what you mean by "propagate variables"?
Related to https://github.com/Vector35/debugger_native/issues/68
We plan to improve the existing Stack sidebar to reflect the debugee status
This may no longer be needed since we have resolved https://github.com/Vector35/debugger_native/issues/72. However, I am leaving this issue open to allow future judgement on it. I will remove this issue from...
While testing the debugger, I find the traditional stack view is still useful when looking at the function call parameters.
Related: https://github.com/danigargu/deREferencing