xusheng
xusheng
I am yet unable to understand this. Here are a few things I noticed: 1. This does NOT reproduce on the dev build. It only reproduces on a local build...
This is no longer observed and probably fixed a while ago, though I do not have a specific commit or build #
> Using Debian Linux and version `Binary Ninja 4.0.4911 free` > > > > 1) Load file > > 2) Create breakpoint > > 3) Start debugging > > 4)...
Related to #591, the hang is because the command is executed on the main thread and it blocks until all of the output is dumped
Related to #140
This has been fixed a while ago, though I do not have a specific commit or build #
I added a `LogWarn` in `CorePluginInit()`, and I get this: ``` Native debugger loaded! Loaded native plugin debuggercore Native debugger loaded! Setting: debugger.stopAtSystemEntryPoint already registered! Setting: debugger.stopAtEntryPoint already registered! Setting:...
This is fixed in e2d6489c9b6ebf8a67cc68683afb9b9a340c48bc
The reason that this issue is happening is quite obscure, that when Binary Ninja tries to load the debuggerui as a core plugin, it should fail since the debuggerui does...