Elliott Brooks

Results 150 comments of Elliott Brooks

Note: I tried to unfreeze DevTools by force-refreshing the page, it took ~minute to reload, and Chrome DevTools console filled up with the following messages: ``` main.dart.wasm:1 Uncaught RuntimeError: table...

Have not seen this in a while, therefore closing.

Note: We will need to re-enable the golden checks (disabled in https://github.com/flutter/devtools/pull/9226) and update the goldens once https://github.com/flutter/flutter/pull/169229 lands and the Flutter candidate in DevTools has been updated.

@leonsenft is this feature still needed?

Doing something like this for injected client would be useful to debug these issues: https://github.com/flutter/devtools/pull/8385 My suspicion is that this JSNull type error is related to the migration to package:web...

This was fixed with https://github.com/flutter/devtools/issues/7231

Hi @AlexV525! Regarding the toolbar being unresponsive to clicks, that was fixed in https://github.com/flutter/devtools/pull/9327 (fix currently on Flutter beta, and will be in the next stable.) I believe the initial...

Ah yes, the case where an isolate is paused before connecting to DevTools was considered, but only via using the flag `--pause-isolates-on-start`. I did not consider the `debugger()` function case....

Confirmed that this was fixed by https://github.com/flutter/devtools/pull/8991 ![Image](https://github.com/user-attachments/assets/eafb7f36-18f4-4615-b0bb-1480719f559e)