Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler: basic PDB support #79

Open
ForNeVeR opened this issue Jan 16, 2022 · 0 comments
Open

Compiler: basic PDB support #79

ForNeVeR opened this issue Jan 16, 2022 · 0 comments
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

Comments

@ForNeVeR
Copy link
Owner

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
@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:compiler Related to code compilation or type checking area:parser The C language parser Cesium uses labels Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant