Description
Improves debugging sessions for Nim programs by teaching GDB how to display Nim values in a more readable way. It is useful when a developer needs to inspect variables, data structures, or runtime state while diagnosing a problem.
This package is an integration for the debugger, not a standalone app. Install it when debugging Nim executables with GDB; regular users who only run finished programs usually do not need it.