Zephyr: Debugging in VS Code
What is a debugger?
- A debugger is a tool that allows you to step through the code and inspect the state of the program.
- It allows you to set breakpoints and single-step through the code.
- It allows you to inspect the values of variables and the call stack.
- It allows you to set conditional breakpoints.
- It allows you to watch expressions and variables.
- It allows you to inspect states and threads.