Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 7.0.11 (tried @next as well)
Cross-platform modules: 7.0.13
iOS Runtime: 7.0.4 (tried 7.0.3 and 7.0.1 as well)
XCode Version: 12.1
Simulator iOS Version: 14.1
Describe the bug
Chrome DevTools do not show any network connection or elements.
Safari's inspector does not even show console.
To Reproduce
ns create devtools-test --ng --blank
Add a http call to app.component.ts via Angular's HttpClient or NativeScript's Http.
ns debug ios (--inspector if testing inspector)
Open DevTools link provided by cli (or switch to inspector)
Expected behavior
Expect to see http calls on the network tab, layout on elements tab, and console output on console tab.
Additional context
On a real project, application crashes when DevTools are open opened. Once this issue is resolved for the minimal project, I can provide more regarding that information if the issue persists.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):@nextas well)7.0.137.0.4(tried7.0.3and7.0.1as well)12.114.1Describe the bug
Chrome DevTools do not show any network connection or elements.
Safari's inspector does not even show console.
To Reproduce
ns create devtools-test --ng --blankapp.component.tsvia Angular'sHttpClientor NativeScript'sHttp.ns debug ios(--inspectorif testing inspector)Expected behavior
Expect to see http calls on the network tab, layout on elements tab, and console output on console tab.
Additional context
On a real project, application crashes when DevTools are open opened. Once this issue is resolved for the minimal project, I can provide more regarding that information if the issue persists.
The text was updated successfully, but these errors were encountered: