V.D
V.D

Reputation: 41

Debug Nativescript on Visual Studio Code not working

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

Upvotes: 2

Views: 1134

Answers (1)

V.D
V.D

Reputation: 41

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.

Upvotes: 1

Related Questions