Current
In the AB3 Tutorial: Tracing Code section, Step 3 currently states:
Problem
This is outdated as currently, we also support debugging guides for VSCode.
Proposed Solution
3. Learn basic debugging features of your IDE:
- For IntelliJ IDEA, follow the tutorial here [link to guide]
- For Visual Studio Code, follow the tutorial here [link to guide]
- If you are using another IDE, refer to its official documentation for equivalent debugging features.
- If you are not using an IDE, we'll let you figure out how to achieve the same using your coding toolchain.