A similar question was asked before, but had nothing to do. Obviously, it’s possible , but it is in no way clear how to do this in our own Android application other than tabris.
The best documentation we have on this issue is this commit , but I tried V8.setFlags("--expose-debug-as=Debug");as well V8.setFlags("--expose-debug-as=" + DebugHandler.DEBUG_OBJECT_NAME);, but without debugging, the application appeared in the Chrome developer tools.
I even tried in combination with the inclusion of Stetho, in which case I was able to debug the application, but there was no javascript source for debugging. I believe that I am close, but one small critical self-birth is missing.
source
share