ios-jsc
ios-jsc copied to clipboard
Inspector: not all files are loaded in Resources when run debug --start
Environment
- CLI: 6.1.2
- iOS Runtime: 6.1.1
Describe the bug When run debug with option --start app files are not loaded (only bundle.js, venor.js etc.) and e.g. cannot set breakpoints
To Reproduce
-
tns create DebugApp --js
-
tns run ios
-
tns debug ios --inspector --start
- Check files in resources
Expected behavior All files to be loaded in the Resources tab
Sample project
Additional context