Compiler: basic PDB support
Open
area:compiler
area:parser
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
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**:
- support stepping in preprocessor-generated code
Contributor guide
Assessment
This issue has not been assessed yet.