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

Support for JSR-45 Debug Information #477

Open
wasabii opened this issue Jan 24, 2024 · 0 comments
Open

Support for JSR-45 Debug Information #477

wasabii opened this issue Jan 24, 2024 · 0 comments

Comments

@wasabii
Copy link
Contributor

wasabii commented Jan 24, 2024

JSR-45 defines a format by which source information can be included in a class file that extends the SourceFile attribute. It was made for languages other than Java which might distribute source for one class across multiple files. It is used by Kotlin and others, though they vary in how well they conform to the spec.

Such information can be used to augment the symbol writer in IKVM. For one, .NET already supports sequence points that span documents. The JSR-45 information can probably be converted to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant