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
Is there a way to stop the debugger once it hits a compile error in typescript? If I select Launch Android it runs, hits a compile error and then sort of halts, but I don't see any way to start it again. Since it never launched to begin with, it seems I should just be able to hit the green triangle, but nothing happens and it seems the debugger is suspended.
The text was updated successfully, but these errors were encountered:
I have similar problem. I can't use debugger after Visual Studio Cod update to 1.20. I found and install 1.18 version of VSC (Windows 10, 64-bit) and debugger is working. I think as @bradrice that problem is probably caused by latest VSC update.
This issue was present before the recent complete breaking of the 1.20 update.
The output shows an error of any kind, could be SASS or TS or java or adb, but the debugger loading animation is still running and there's no way to retry/cancel/stop/force stop other than to reload the window.
Is there a way to stop the debugger once it hits a compile error in typescript? If I select Launch Android it runs, hits a compile error and then sort of halts, but I don't see any way to start it again. Since it never launched to begin with, it seems I should just be able to hit the green triangle, but nothing happens and it seems the debugger is suspended.
The text was updated successfully, but these errors were encountered: