xusheng
xusheng
@copilot For breakpoint, do not print it is disabled or not
This is a very reasonable request! Right now the change of focus if probably caused by the navigation event resulted from the debugger execution
Duplicate of https://github.com/Vector35/debugger/issues/449
Hi @ehntoo , thx for filing the issue and providing the detailed repro steps. While I can reproduce it locally, I see you called this a "regression" in the issue...
This can also solve https://github.com/Vector35/binaryninja-api/issues/4489
It seems that `paused` can be false at https://github.com/Vector35/debugger/blob/3afcdd753a810fbf48d0e38cc21aa31c3e72df77/ui/renderlayer.cpp#L38
We can start with 2) Memory read/write/execute, https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/time-travel-debugging-memory-objects. The goal is to DbgEng TTD's C++ API to extract the information, rather than using javascript Also create a UI table that...
WinDbg actually has a `childdbg` command that is relevant to this. It *might* make the thing quite easy to implement
@copilot no this is not what I want. What I want it to display the contents pointed to by the stack point. The display should be put into the Debugger...
@copilot 1. Remove the row that displays the text "--- Stack Contents ---" -- I meant something like a more subtle visual separator, instead of such a line that is...