How debug nativescript code?
问题 I am just starting out with nativescript so please mind if this is just a simple question. I run my code on my phone with tns run android but when it starts it starts tons of loggin also in console so how can I debug the code I have written lets say I have console.log statement in my code but I can't find my statement in that heaps of logs easily. 回答1: You can use the debugger tool, available for the JavaScript virtual machine. You can find more information about it in the NativeScript