📄️ Debugging Boa
There are various tools and methods provided to assist with debugging Boa.
📄️ Debugging Tokens and AST nodes
The first thing boa will do is to generate tokens from the source code.
📄️ Tracing Boa's Virtual Machine
Please note: to run trace, boa needs to have the "trace" feature flag.
📄️ VM Execution Flowgraph
We can also get the VM instructions flowgraph, which is a visual representation of the instruction flow.
📄️ Boa Debug Object
Certain debugging actions in JavaScript land can be difficult to impossible to complete.
📄️ Debuggers
There are also other methods of debugging listed below.