NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Natalia-Hristova opened this issue · 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