You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vladimir Mutafov edited this page Jun 6, 2019
·
1 revision
In order to debug the JS code of the test application in the runtime you must forward the V8 inspector port:
adb forward tcp:4000 localabstract:com.tns.testapplication-inspectorServer
After that, open Chrome DevTools in the browser: chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:4000