Debugging Code World

Debug code by mentally simulating execution as a Code World Model — predicting runtime state after each statement, catching failures from token-budget exhaustion and string tokenization brittleness, and isolating whether bugs come from incorrect action generation or state propagation errors. Use when: 'trace through this code step by step', 'why does this function return the wrong value', 'debug this execution trace', 'simulate what happens when I run this', 'find where the state goes wrong', 'step through the variables in this loop'.

ndpvt-web ac30184 14.3 KB Updated

File contents

ndpvt-web/arxiv-claude-skills/tree/main/skills/debugging-code-world commit ac301844c8

Frequently asked questions

npx skillmds@latest add ndpvt-web/debugging-code-world