mirror of https://github.com/vee1e/GDB-UI - GDB stands for GNU Debugger. It's a powerful and popular deb
Find a file
Ammoniya ce70ea39df
Merge pull request #30 from Shubh942/master3
Enhanced terminal and and added `monacco-editor` to mainscreen
2024-08-25 23:39:50 -07:00
.github minor changes 2024-06-30 17:07:25 +05:30
gdbui_server Added docker file 2024-06-22 14:49:21 +05:30
webapp feat: added functionality of terminal output. 2024-08-11 14:43:07 +05:30
docker-compose.yml Added docker file 2024-06-22 14:49:21 +05:30
LICENSE Initial commit 2024-02-12 05:55:06 +11:00
README.md Initialise the frontend and also created some 2024-06-01 14:42:32 +05:30

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.