Description
A graphical debugger interface for inspecting programs while they run. Developers use it to set breakpoints, step through code and examine variables through a desktop UI.
Use it when debugging native programs and you prefer a visual frontend. Debugging can change program timing and behavior, so reproduce issues carefully.