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

DevTools contents are disordered #17

Open monkey1992 opened 2 years ago

monkey1992 commented 2 years ago

After running the Sample, open DevTools in chrome, the page content is disordered and cannot be debugged normally. 0.0 image

AlexTrotsenko commented 1 year ago

@monkey1992 could this issue be duplicate of the https://github.com/AlexTrotsenko/j2v8-debugger/issues/16 ?

yinyinnie commented 11 months ago

After running the Sample, open DevTools in chrome, the page content is disordered and cannot be debugged normally. 0.0 image

@monkey1992 it is a bug of official Stetho SDK. i have fixed it. pls review this PR #18 then you can also check my solution in this repository: https://github.com/yinyinnie/stetho