cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.86k stars 496 forks source link

Mixed SOURCE/ASM mode for stepping through code. #458

Open duaneellissd opened 1 year ago

duaneellissd commented 1 year ago

Is your feature request related to a problem? Please describe. In the embedded world (and Linux word) when debugging it is often equired to step through disassembly. Having a mode that allows you to have a mixed mode would be very helpful.

Describe the solution you'd like A clear and concise description of what you want to happen.

MIXED asm/source display would be helpful.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

A disassembly window would work nicely also - provided one can click and set breakpoints in that window.

Additional context Add any other context or screenshots about the feature request here.

GitMensch commented 1 year ago

What about clicking on "fetch disassembly"?