-
Notifications
You must be signed in to change notification settings - Fork 1.7k
No devtools console output or input in Dartium #29873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@terrylucas - can you please take a look? |
Same issue on Linux Ubuntu MATE 17.04. |
I believe I've narrowed this done to the fact that debuggerModel could come up null in some edge cases causing a fatal error trying to call addEventListener. Only happened in some obscure cases most pages with just JS seem to work. See CL |
Thank you! Will this be incorporated into the dartium that ships with dart 1.24.0, or do we need to wait for the next version? |
It should make it into the next 1.24 stable -- I'll keep you posted. Working on one more fix for WebStorm debugging that needs to make it into 1.24 stable. |
- Fix DevConsole crash with JS see Issue #29873 CL https://codereview.chromium.org/2941143002 - Fix debugging in WebStorm, NULL returned for JS objects see Issue #29854 CL https://codereview.chromium.org/2945063002 [email protected] Review-Url: https://codereview.chromium.org/2952643002 .
- Fix DevConsole crash with JS see Issue #29873 CL https://codereview.chromium.org/2941143002 - Fix debugging in WebStorm, NULL returned for JS objects see Issue #29854 CL https://codereview.chromium.org/2945063002 [email protected] Review-Url: https://codereview.chromium.org/2952643002 .
Released in 1.24.2 |
Happened after upgrading to 1.24.0 (via brew). I did a
brew switch 1.23.0
and the console for that version was then also not working. I did a full uninstall and reinstall, and still no console.I was launching it via
DART_FLAGS='--checked --load_deferred_eagerly' open /Applications/Chromium.app
, but same issue when opening viaopen /Applications/Chromium.app
.The text was updated successfully, but these errors were encountered: