debugger
debugger copied to clipboard
Binary Ninja debugger
Currently, if the user renames a function, the stack trace widget does not update its display. This only gets updated when the target resume and stop again, when the stack...
Right now the user can create a dump file via a backend command: https://github.com/Vector35/debugger/issues/647. However, this is not convenient and not very discoverable. We should improved it in two possible...
Right now the debugger tries to be smart and use the best symbol. However, we should offer an option in the stack trace widget to select from these options: 1....
Right now only the most common IL operations are supported, we need to add support for those less commonly seen ones
Right now the debugger info widget only shows those expressions that can be evaluated and get a value from. This might be desirable in many cases, but we should also...
Right now the debugger info widget displays info for the call using the info from the function itself. This is good in many cases, but it is not perfect, since:...
Currently it only shows the expression, value, and hints of things, but it should also show the storage of it is relevant, e.g., when the variable is a stack variable