Skip to content

vscode profile mode stuck at "Compiling ... for web" #3208

@robturtle

Description

@robturtle

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions