-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
P3issues we think are valid but not importantissues we think are valid but not importantfix it fridayide: vs-codepolish
Description
It's not clear what DevTools the user is allowed to open and when. For example, if a user is running in profile mode and tries to run the "Open Widget Inspector" command in VSCode they are shown this screen:
It seems like that most things are supported in Debug and Profile mode, but show inconsistent messages:
| Debug | Profile | Release | |
|---|---|---|---|
| Widget Inspector | 🟢 | 🔴 | 🔴 |
| CPU Profiler | 🔴 | 🟢 | 🔴 |
| Memory Page | 🟡 | 🟢 | 🔴 |
| Performance Page | 🔴 | 🟢 | 🔴 |
| Network Page | 🟢 | 🟢 | 🔴 |
| Logging Page | 🟢 | 🟢 | 🔴 |
For example, when running in debug mode, the toast messages for the CPU Profiler, Memory, and Performances pages are inconsistent. The memory page displays a warning but the CPU Profiler and Performance pages display an error:
If you try to open a DevTools panel in release mode, you get a warning like this, but I'm also wondering if we could clarify this message:
Metadata
Metadata
Assignees
Labels
P3issues we think are valid but not importantissues we think are valid but not importantfix it fridayide: vs-codepolish



