Danny Tuppeny

Results 1795 comments of Danny Tuppeny

Could you try capturing debugging logs while reproducing this? - Run the [**Dart: Capture Debugging Logs** command](https://dartcode.org/docs/logging/#capture-debugging-logs) - Reproduce the issue - Click **Cancel** on the logging notification to stop...

@Ahmed-elshorbagy thanks for the log. Unfortunately there's nothing obvious around the time it disconnects. Since this doesn't happen with new projects it may be difficult for me to track down...

Thanks - I was able to reproduce this, although it doesn't seem specific to using VS Code, I can also reproduce it from the terminal: - run the app with...

> @stevemessick is there any way I can get AS to log the full output from the flutter run process (ideally with `-v`) Oh, and the VM service traffic, since...

There's a VS Code quirk here with empty placeholders (I've filed https://github.com/microsoft/vscode/issues/163929). If that's fixed, this would actually not do what I expected above, it would rename the constructor to...

> Run any Flutter integration test with VS Code and try to evaluate Dart code in the Debug Console. This is unfortunately a known limitation. It requires work in Flutter...

Yeah, I understand. Unfortunately I don't understand how the compilation service works well enough to know whether it's a big change or not. I would encourage adding 👍 's to...

@bartekpacia that's essentially what `runTestsOnDevice` does, however it only currently applies to unit tests (because integration tests already run on a device). We could perhaps add an override here, although...

Re-opening this as a reminder because I think I have this working but need to come back to it.

I landed a fix for this in Flutter. It should be available on master now, and in some future stable Flutter SDK release.