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

Fix CDT content are disordered #18

Closed yinyinnie closed 9 months ago

yinyinnie commented 11 months ago

Facebook official Stetho SDK have been stopping to maintain. So I create our own Stetho SDK repository and release aar to JitPack. github repository url: https://github.com/yinyinnie/stetho.

I have do test on latest Chrome. you can see my screenshot, as follows: yy-j2v8-debugger

YangYongAn commented 10 months ago

I have tested it locally and it works fine. Looking forward to the merge.

AlexTrotsenko commented 9 months ago

@yinyinnie Nice PR, thanks for the contribution and fixing Stetho SDK 👍