nativescript-vscode-extension
nativescript-vscode-extension copied to clipboard
Enable breakpoints in platform-specific js files
Currently you can set breakpoints in platform-specific TypeScript files. However it is perfectly fine to have platform-specific JavaScript file (e.g., my-module.android.js
) where breakpoints are not hit.