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.

Home Page:https://gdbgui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add docker build env support?

0400H opened this issue · comments

Many programmers in Issues claimed that could not complete compile the package.

Could add docker build env as baseline? For example, A dockerfile based on ubuntu:22.04.

It will facilitate more programmers to debug and contribute features.