nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

[Android] App freezes when the debugger is stopped #230

Open DimitarTachev opened 5 years ago

DimitarTachev commented 5 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

To Reproduce 1) Launch app on android 2) Stop on a breakpoint 3) Terminate the debugger from VSCode 4) VSCode debugger is closed, but the app freezes

Expected behavior VSCode debugger should be closed and the app should be responding.