You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed AocHelper and using the Template. When attempting to debug my code, the SolveLast method throws an IOException when attempting to set the cursor visibility.
This project has run successfully when not using the debugger.
This same code, when debugged using Visual Studio, will run just fine (debugger behaves without throwing the exception).
I suspect this is some configuration or installation problem on my end with VSCode. Have you seen anything like this before?
The text was updated successfully, but these errors were encountered:
This happens during AnsiConsole.Live(table), which is the key part of AoCHelper.
I can reproduce it myself as well, so it's not an issue with your VSCode installation.
I opened a bug in sprectre.console about this to try to understand if this is the expected behavior, I hope we can provide a solution soon to be able to debug from VSCode as well.
Just installed AocHelper and using the Template. When attempting to debug my code, the SolveLast method throws an IOException when attempting to set the cursor visibility.
This project has run successfully when not using the debugger.
This same code, when debugged using Visual Studio, will run just fine (debugger behaves without throwing the exception).
I suspect this is some configuration or installation problem on my end with VSCode. Have you seen anything like this before?
The text was updated successfully, but these errors were encountered: