farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
30 stars 1 forks source link

Dissassemble #121

Closed theIDinside closed 2 years ago

theIDinside commented 2 years ago

Add dissassemble functionality and UI to go along with it.

GDB uses the frame_info object to disassemble, so it will first make sense to the "easy" thing; only allow for disassembling functions.

Adding some "godbolt'ian" features to this UI would also be preferable, but not required in first iteration of this feature.

theIDinside commented 2 years ago

Disassembly using VSCode Disassembly UI implemented.

Not too happy with it, but it is what VSCode provides. Having a godbolt style would be better.