Category:Sparkling: Difference between revisions

Content added Content deleted
No edit summary
Line 80: Line 80:
== Debugging ==
== Debugging ==


Apart from the already mentioned disassembler, the virtual machine provides a basic stack tracing feature, which can be accessed using the C API. Efforts are being made for extending the bytecode format with basic debug
Apart from the already mentioned disassembler, the virtual machine provides a basic stack tracing feature, which can be accessed using the C API. Efforts are being made for extending the bytecode format with basic debug information (filename and line numbers).
information (filename and line numbers).