Debug Nativescript on Visual Studio Code not working

筅森魡賤 提交于 2020-01-02 19:26:10

问题


I am able to use the cmd to run my nativescript project ( tns run android). I open the project in VSCode, and add the Configuration to debug it. I hit debug and it look like the debug try to run or something. (Look at the green bar under debug. However, nothing seem to run. I look at the debug console, nothing is print out. Please take a look at screenshot.

Spent couple days on this issue and couldnt resolve it at all. VSCode Debug Issue


回答1:


Thanks Nick Iliev,

The problem actually is from VSCode itself. Somehow the version 1.20 doesn't work for debug. I end up removed and reinstalled version 1.19.2. Everything is working straight forward now. Once again, thanks Nick Iliev.



来源:https://stackoverflow.com/questions/48712538/debug-nativescript-on-visual-studio-code-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!