Description
Native programs can be debugged through a graphical front end to GDB instead of only a terminal session.
It is useful for developers who prefer visual breakpoints, source views, and variable inspection. Debugging can run untrusted binaries and expose program memory, so use controlled projects and avoid attaching to sensitive processes casually.