I recently updated my project from .Net 5 to .Net 6, together with updating AlterNET to version 8.0.4
I ran into two issues when debugging VisualBasic scripts (Roslyn Parser):
Issue 1:
When debugging in the DebugCodeEdit I can only inspect the values of primitive variables, all other types throw an exception.
Issue 2:
In hopes that the issue was already addressed I updated to AlterNET version 8.0.5, but instead debugging stopped working altogether. The debugger no longer stops at Breakpoints, making debugging impossible.
I hope you can restore the old behavior,
Best Felix
Thank you for the example code and the detailed instructions. We were able to reproduce and fix this bug. It was indeed introduced in 8.0.5. We will release the updated NuGet packages with the fix this week.