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