-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
area:compilerRelated to code compilation or type checkingRelated to code compilation or type checkingarea:parserThe C language parser Cesium usesThe C language parser Cesium useskind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors
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
Metadata
Metadata
Assignees
Labels
area:compilerRelated to code compilation or type checkingRelated to code compilation or type checkingarea:parserThe C language parser Cesium usesThe C language parser Cesium useskind:featureNew feature or requestNew feature or requeststatus:help-wantedOpen for contributorsOpen for contributors