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.9k stars 499 forks source link

no source code or assembly to display #371

Open ClarkCh opened 3 years ago

ClarkCh commented 3 years ago

error msg: no source code or assembly to display

environment: win10,wsl1 ubuntu 20.04LTS python3.8.2 gdbgui 0.14.0.2 QQ截图20201227010914

bjorn3 commented 3 years ago

It seems that the program simply isn't started yet. It shows the source of the file containing the current function by default.