-
Bug
-
Resolution: Unresolved
-
Major
-
2.11.0.GA
-
False
-
False
-
+
-
The debugger still works, but it stops where the user did not intend it to before it gets to the actual breakpoint.
Not sure if this is expected, or an issue, so I'm reporting it as an issue.
Steps to reproduce:
- Start a .NET workspace
- Open Program.cs
- Set a breakpoint at line 21
- Start a debugger (after dependencies install and project build)