devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Feature Request: Multi-Device mode for Flutter Inspector

Open Frank1924 opened this issue 3 months ago • 0 comments

Hi,

In VisualStudio Code, I use some debug sessions simultaneously (Android Simulator, iOS Simulator, real phone). The flutter inspector seems to stick on one of them.

I do:

  • Command >Flutter:Select Device
  • or break one debug session (e.g. hit break point)

I expect:

  • Flutter Inspector shows Widget tree currently on this devices screen
  • Select Widget Mode processes this device

But I see:

  • widget tree and select widget mode stays on the same device as before

DevTools version: 2.48.0 IDE: VSCode Connected Device: CPU / OS: arm64 (64 bit) ios Connected app type: Flutter native (debug build) Dart Version: 3.9.2 Flutter Version: 3.35.4 / stable Framework / Engine: d693b4b9db / c298091351

Frank1924 avatar Sep 22 '25 08:09 Frank1924