mirror of https://github.com/vee1e/GDB-UI - GDB stands for GNU Debugger. It's a powerful and popular deb
Find a file
2024-06-11 19:26:04 +05:30
.github/workflows changes in yml file 2024-06-07 12:57:04 +05:30
gdbui_server Added more Gdb Apis 2024-06-11 19:26:04 +05:30
.gitignore Flask commmit 2024-06-07 12:43:48 +05:30
LICENSE Initial commit 2024-02-12 05:55:06 +11:00
README.md Initial commit 2024-02-12 05:55:06 +11:00

GDB-UI

GDB stands for GNU Debugger. It's a powerful and popular debugger for various programming languages, including C, C++, Ada, and others. It allows developers to observe what a program is doing while it's running. This is particularly useful when debugging to find and fix problems in the code.