Danny Tuppeny
Danny Tuppeny
Thanks - there's nothing obvious in the log. Are there any errors in the console if you click Help -> Toggle Developer Tools in VS Code, and then click the...
Sorry for the delay. Unfortunately there's nothing in the screenshot that looks related. A question from above though: > Is it certain that `flutter pub get` has completely finished before...
Thanks, it certainly seems like it has finished. Do you have Android Studio set up? Are you able to check whether the same occurs there? I don't currently have any...
Sorry for the delay - I tried again but couldn't reproduce this and I'm not sure how to debug further. You noted above that it happens only on some projects...
dogehzzs is the one I tried with last time. I tried with pubg-hzx today but unfortunately couldn't reproduce the session terminating even after running `flutter clean` and `flutter pub get`...
@shinexoh if it's happening with some projects and not others, I would try to isolate the differences between them. Unfortunately I don't have any other good suggestions to try right...
Are you trying to use this for Dart or Flutter? The item you linked for JS debugging is specific to when using the debug adapter's `runInTerminal` request. It _only_ works...
Thanks for the clarification. Since this is Dart CLI then it may be possible to support (although it would be specifically only Dart, and only when using the `terminal` execution...
> package:devtools_app cannot be updated to accept package:vm_service 14.0.0 until package:integration_test accepts it. Could DevTools be updated to support 13 + 14? (I don't know how breaking the changes are,...
@christopherfujino @bkonyi what's the current status of VM service 13/14? I was just trying to use DDS as a path dependency in Flutter and noticed that Flutter's vm_service dependency has...