NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
299 stars 59 forks source link

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

Open Natalia-Hristova opened 5 years ago

Natalia-Hristova commented 5 years ago

Environment

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