-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No requests are shown in Network tab with tns debug ios --bundle
#1057
Milestone
Comments
mbektchiev
added a commit
that referenced
this issue
Feb 12, 2019
`inspector_modules.js` is loaded whenever a new debugger connection is established. When the application is built with `--bundle` however, the file is missing and debugging is not working correctly. Log the rejection reason to the console so that errors with it don't silently remain undetected in the future. related to #1054, #1055, #1056, #1057
5 tasks
mbektchiev
added a commit
to NativeScript/nativescript-dev-webpack
that referenced
this issue
Feb 12, 2019
ios-runtime calls it explicitly by name and it has to be emitted in `tns_modules/tns_core_modules` Fix NativeScript/ios-jsc#1054, NativeScript/ios-jsc#1055 NativeScript/ios-jsc#1056, NativeScript/ios-jsc#1057
mbektchiev
added a commit
to NativeScript/nativescript-dev-webpack
that referenced
this issue
Feb 12, 2019
The iOS Runtime calls it explicitly by name and it has to be emitted in `tns_modules/tns_core_modules` Refs: NativeScript/ios-jsc#1054, NativeScript/ios-jsc#1055 NativeScript/ios-jsc#1056, NativeScript/ios-jsc#1057
5 tasks
mbektchiev
added a commit
to NativeScript/nativescript-dev-webpack
that referenced
this issue
Feb 13, 2019
The iOS Runtime calls it explicitly by name and it has to be emitted in `tns_modules/tns_core_modules` Refs: NativeScript/ios-jsc#1054, NativeScript/ios-jsc#1055 NativeScript/ios-jsc#1056, NativeScript/ios-jsc#1057
mbektchiev
added a commit
to NativeScript/NativeScript
that referenced
this issue
Feb 14, 2019
When the application is being debugged with `--debug-brk --bundle` options, the JS implementation objects handling the debugging protocol are created after their corresponding domains' `enable` methods have been called by the debugger frontend. As a workaround we now manually call `enable` in their constructors. related to NativeScript/ios-jsc#1055 and NativeScript/ios-jsc#1057
5 tasks
mbektchiev
added a commit
to NativeScript/NativeScript
that referenced
this issue
Feb 15, 2019
When the application is being debugged with `--debug-brk --bundle` options, the JS implementation objects handling the debugging protocol are created after their corresponding domains' `enable` methods have been called by the debugger frontend. As a workaround we now manually call `enable` in their constructors. related to NativeScript/ios-jsc#1055 and NativeScript/ios-jsc#1057
vchimev
pushed a commit
to NativeScript/nativescript-dev-webpack
that referenced
this issue
Feb 19, 2019
The iOS Runtime calls it explicitly by name and it has to be emitted in `tns_modules/tns_core_modules` Refs: NativeScript/ios-jsc#1054, NativeScript/ios-jsc#1055 NativeScript/ios-jsc#1056, NativeScript/ios-jsc#1057
tns debug ios --bundle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Describe the bug
Network requests are not shown when use
tns debug ios --bundle
NOTE: also not shown when
tns debug ios --inspector --bundle
To Reproduce
tns debug ios --bundle
ortns debug ios --inspector --bundle
Expected behavior
Network requests to be shown in the Network tab
Sample project
Additional context
The text was updated successfully, but these errors were encountered: