Debugging Code

Interactively debug source code — set breakpoints, step through execution line by line, inspect live variable state, evaluate expressions against the running program, and navigate the call stack to trace root causes. Use when a program crashes, raises unexpected exceptions, produces wrong output, when you need to understand how execution reached a certain state, or when print-statement debugging isn't revealing enough. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/almogbaku--debug-skill--debug-skill commit 50572e1a70

Frequently asked questions

npx skillmds@latest add tomevault-io/debugging-code