We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nice work! It seems that Breakpoint doesn't work Top-level statements (programs without Main methods).
string localVariable = "Hello world!"; /* Breakpoint */ Console.WriteLine(localVariable);
The text was updated successfully, but these errors were encountered:
https://github.com/arklumpus/CSharpEditor/blob/5af79d42f275f04dd84d602410b6d63ac77bda8e/CSharpEditor/Editor.public.cs#LL582C34-L582C34
No SyntaxKind.MethodDeclaration found.
Sorry, something went wrong.
Hi! Thanks for pointing this out, I have changed the code to allow (synchronous) breakpoints in top-level statements.
I pushed a new version 1.1.6-a1 to Nuget with this fix (it might take a few minutes to appear).
No branches or pull requests
Nice work! It seems that Breakpoint doesn't work Top-level statements (programs without Main methods).
The text was updated successfully, but these errors were encountered: