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
Only local variables and function's arguments are displayed for now #1
Reason: variables are obtained from current V8 Frame.
Check if we can get info about global variables. Check, other data source like scopes, etc.