Danny Tuppeny
Danny Tuppeny
Thanks - unfortunately there's nothing useful there. I've pushed a new pre-release of the Dart extension (v3.93.20240703) which has some additional logging when services are shutting down. It would be...
> ```dart.exe [...]flutter_tools.snapshot daemon` Ah, turns out this is the Flutted device daemon, not the Dart Tooling Daemon. I'd been looking in the wrong log :) So the log above...
hmm, in the flutter_daemon.txt you sent it has: ``` [10:36:13] [FlutterDaemon] [Info]
> tried to terminate the debug session but was unable to do it Ah, interestingly I saw a weird error in your logs: ``` [13:14:48] [General] [Error] Canceled Canceled: Canceled...
> I did manage to take a screenshot of the other dart.exe that was left hanging but got closed last time. > > `C:\Users\felip_0vh5fa6\.puro\envs\stable\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev --packages=C:\Users\felip_0vh5fa6\.puro\envs\stable\flutter\packages\flutter_tools\.dart_tool\package_config.json C:\Users\felip_0vh5fa6\.puro\shared\flutter_tools\761747bfc538b5af34aa0d3fac380f1bc331ec49\flutter_tools.snapshot run --machine --dart-define=flutter.inspector.structuredErrors=false...
Sorry for the delay. I think this log shows the problem: ``` 2024-07-17 13:14:16.907 [error] Canceled: Canceled at new I (c:\Users\felip_0vh5fa6\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:144:34990) at S.U (c:\Users\felip_0vh5fa6\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:151:6023) at Proxy.z..F.charCodeAt.T.CharCode.DollarSign.z....
@FMorschel I've published an updated pre-release of the extension (v3.93.20240723). Could you try updating to that (note there was a pre-release yesterday with a similar version number ending in 22,...
Ugh, apparently I typo'd the version number yesterday and published with 2022 where the year should be (it's the 6th one down in your screenshot), so it was considered older....
Looks like there are quite a few fields we might not be handling in the DAP here: https://api.dart.dev/stable/2.19.6/dart-developer/log.html @bkonyi do you know if these logs are being printed anywhere else...
Thanks - though it looks like DevTools isn't showing the extra info either:  I'll just add an extra line with the extra info if...