We just published a new video that walks you through how to use the Interactive Debugger in Anvil.
In this short demo, we debug a simple weather app to show how you can:
- Add breakpoints to pause your code
- Step through client and server functions
- Inspect variables in the Object Inspector
- Modify variables right from the Debugger REPL
Watch the full video here: Debug Your Python Web Apps in Anvil.
If you’ve been curious about how the debugger works or just want to see it in action on a real app, this video’s for you.
Check it out and tell us what you think!
For a deeper dive, head over to our Debugging Documentation.