ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

Inspector: not all files are loaded in Resources when run debug --start

Open Natalia-Hristova opened this issue 5 years ago • 0 comments

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

  1. tns create DebugApp --js
  2. tns run ios
  3. tns debug ios --inspector --start
  4. Check files in resources

Expected behavior All files to be loaded in the Resources tab

Sample project

Additional context

Natalia-Hristova avatar Oct 23 '19 11:10 Natalia-Hristova