Description
Linux programs can be inspected while they run or after they fail, using a prebuilt package of the debugger. It is useful for developers who need to understand crashes, execution flow, or low-level program state without building the tool from source.
Debuggers can read process memory and expose sensitive data from the program being inspected. Use only on software and systems where you have permission to debug.