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.
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?
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.