Compiler: basic PDB support #79
Labels
area:compiler
Related to code compilation or type checking
area:parser
The C language parser Cesium uses
kind:feature
New feature or request
status:help-wanted
Open for contributors
As of now, we don't emit any debugger information, and thus it's impossible to step over statements in Cesium-generated programs in and of the CLI-compatible debuggers.
Implementing that will, most likely, require parser changes (to add source locations to the places of AST that are required).
Non-goals:
The text was updated successfully, but these errors were encountered: