mirror of https://github.com/vee1e/GDB-UI - GDB stands for GNU Debugger. It's a powerful and popular deb
Find a file
2024-08-10 22:24:16 +05:30
.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 coding screen for real code experience. 2024-08-10 22:24:16 +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.