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
After starting a debug session and ending the executable, the debug session in VSCode won't stop until manual request (Shift+F5)
The problem clearly comes from how the "dummyDebugAdapter" works.
There might be a way to make the debugAdapter execute the external compiler executable and check the process until it stops.
The text was updated successfully, but these errors were encountered:
Using DarkBASIC compiler executable 1.09B
After starting a debug session and ending the executable, the debug session in VSCode won't stop until manual request (Shift+F5)
The problem clearly comes from how the "dummyDebugAdapter" works.
There might be a way to make the debugAdapter execute the external compiler executable and check the process until it stops.
The text was updated successfully, but these errors were encountered: