Skip to content

Debug runtime's test app JS code

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