facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.

Home Page:http://facebook.github.io/stetho/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Console broken in Chrome 72

brianguertin opened this issue · comments

commented

When you press enter in the JS console, it enters a new line in Chrome and does not submit the expression to Stetho.

So, RuntimeRepl is not working at all.

Stetho: 1.5.0
Chrome: 72.x

commented

I suspect this is a regression on Chrome's side because it was working just a few days ago with no changes to my app.

commented

I confirmed it works if downgrading to an older build of Chrome https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/599034/

So, I guess it's all the same issue as #634

Same for Mac, if I downgrade to 71.x it works.
https://www.slimjet.com/chrome/google-chrome-old-version.php

Looks like #634