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

Is it possible to use gdbgui on WSL2? #450

Open TrueWodzu opened 1 year ago

TrueWodzu commented 1 year ago

Hello,

I am trying to use gdbgui on WSL2, however I am getting message"The connection to the gdb session has been closed. This tab will no longer function as expected." I am wondering is this because of WSL2 or a configuration issue? In the dashboard I see that gdb session is being closed. Any advice or things I could check?

Thank you.

zqb-all commented 1 year ago

gdbgui works fine on my wsl2, but I don't know what to check if something goes wrong

TrueWodzu commented 1 year ago

Thanks, I guess I will have to provide some steps to reproduce the problem.