-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Description
Issue
When launching with profile mode, chrome device, the app is actually loaded, but on vscode it's still showing "Compiling ... for web". If I try to open dart devtool from vscode, it will always reject me with "this debug session is not ready yet".
Environment
VS Code
Version: 1.58.2
Commit: c3f126316369cd610563c75b1b1725e0679adfb3
Date: 2021-07-14T22:09:06.581Z (5 days ago)
Electron: 12.0.13
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Darwin x64 20.5.0
VS Code Flutter plugin version: 3.24.0
VS Code Dart plugin version: 3.24.2
launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "flutter_app",
"request": "launch",
"type": "dart"
},
{
"name": "flutter_app (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
}
]
}Screenshot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
