AlexTrotsenko / j2v8-debugger

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

Evaluation of random JS expression is not working #5

Closed AlexTrotsenko closed 4 years ago

AlexTrotsenko commented 6 years ago

It would be nice for debugging to be able to evaluate new JS expression when debugger is paused. (not implemented yet.)

jamie-houston commented 4 years ago

This is fixed with https://github.com/AlexTrotsenko/j2v8-debugger/pull/7

AlexTrotsenko commented 4 years ago

fixed in https://github.com/AlexTrotsenko/j2v8-debugger/pull/7