mirror of https://github.com/vee1e/GDB-UI - GDB stands for GNU Debugger. It's a powerful and popular deb
Find a file
Ammoniya 3e73aab82f
Merge pull request #12 from Shubh942/master2
Added gdb Components with functionality of uploading file in server
2024-06-25 00:36:58 -07:00
.github change in yml file 2024-06-21 18:25:58 +05:30
gdbui_server Added test case 2024-06-21 19:24:41 +05:30
webapp Added react file in webapp folder. 2024-06-21 19:36:29 +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.