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-29 15:00:56 +05:30
.github change in yml file 2024-06-21 18:25:58 +05:30
gdbui_server Added docker file 2024-06-22 14:49:21 +05:30
webapp completes design 2024-06-24 17:39:41 +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.