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.

breverdbidder f79f453 6.7 KB Updated

File contents

breverdbidder/ai-tools-library/tree/main/skills/debugging-code commit f79f4534e0

Frequently asked questions

npx skillmds@latest add breverdbidder/debugging-code