010 GitHub stars
02Full debugging session lifecycle support: launch, attach, set/remove breakpoints, step, evaluate, inspect, disconnect
03Adapter allow-list to restrict which debug adapter executables may be spawned, enhancing security
04Single static binary, eliminating external runtime dependencies like Node.js or Python
05LLM context guard that truncates large variable values and deep objects to optimize agent context windows
06Automatic context injection of surrounding source lines when a breakpoint is hit, reducing round-trips