This project is an add-on for the excellent J2V8 Project. It allows users to debug JS running in V8 using Chrome DevTools. Uses Stetho for communication with Chrome DevTools.
88
stars
24
forks
source link
StethoHelper.notifyScriptsChanged() currently closes Chrome DevTools connection. #4
Instead it should update script source code in Chrome DevTools.
Reason: No simple "script changed" event was found in Chrome DevTools protocol.
Currently as work-around, when Chrome DevTools is re-opened - it will show new version of JS scripts.