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.

onfire7777 4c8c3ca 4 files · 17.3 KB Updated

File contents

onfire7777/universal-ai-skills-library/tree/main/skills/debugging-code commit 4c8c3ca7fb

Frequently asked questions

npx skillmds@latest add onfire7777/debugging-code