debugger
debugger copied to clipboard
Do not show an empty list of adapters when a PE file is loaded on macOS
Right now, the debug adapter list is empty because there is no way to debug a PE on macOS. However, recently, users mention they wish to debug the PE inside of wine, through winedbg, which speaks gdb protocol. Although I am skeptical how well the setup would work, we should at least not close the door for it.
Relevant: #70