GDBGUI
Web-based GNU debugger (gdb) front end. Add breakpoints, view stacks, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Running gdbgui from the terminal will open a new tab in the browser.
Web-based GNU debugger (gdb) front end. Add breakpoints, view stacks, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Running gdbgui from the terminal will open a new tab in the browser. https://www.gdbgui.com/ Additional instructions: 1. The application data/sample is mounted to the/sample directory, making it convenient for everyone to upload and process binary programs 2. The application data/root is mounted on root. If files such as.bashrc .bash_profile exist in root, they will be processed by the sh command line when starting gdbgui. 3. In the gdb shell, you can use the shell to directly enter shell mode for command execution to work with the debugger.

