# recipes/debug

Finding a bug in a document you did not write.

Recipe: find a bug in a document you did not write.

The job is the one a reader actually has. A list is not showing what it should, the code that writes it looks right, and printing the row gives you `{}`. This walks the three questions that answer it: what is in here, what happened to it, and what did the stack refuse.

## Files

- [`main.ts`](/docs/recipes/debug/files/main.ts)
