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

Feature request: Allow other .NET languages to participate in Edit and Continue/Hot Reload #99

Open
RobertvanderHulst opened this issue Aug 3, 2023 · 1 comment

Comments

@RobertvanderHulst
Copy link

We have created our .Net language compiler (X#) which is based on the Roslyn code (https://github.com/X-Sharp/XSharpDev)
We want to implement "Edit and Continue" for the debugger, but we cannot find how the Debugger notifies / calls the Roslyn to trigger recompile the code.
Does anybody know how this works?

@gregg-miskelly gregg-miskelly changed the title Edit and Continie Feature request: Allow other .NET languages to participate in Edit and Continue/Hot Reload Aug 4, 2023
@gregg-miskelly
Copy link
Member

Presently Visual Studio doesn't have a stable interface between the language service/compiler and the debugger for edit-and-continue / Hot Reload. So, we don't have a way for any language besides C#/VB and participate. Once we have cleared our backlog of breaking changes, we would like to open it up for extenders to also participate.

I will leave this issue open to track 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

2 participants