-
Notifications
You must be signed in to change notification settings - Fork 335
Description
Some DevTools pages require more screen real estate than an embedded tool window can offer for the ideal user experience (e.g. the performance page). When looking at timeline traces, the more screen real estate the better, and looking at a trace viewer in a small tooling window is not a great UX.
We might want to consider having a set of defaults that can be configurable as a setting, that set the user up for the ideal debugging experience. For example, a user may want to always use the embedded Flutter Inspector but always use the browser version for the Performance and Memory page.
It could also be useful to have a button available in the embedded VS code experience that opens the current tool in the browser. This would conveniently allow the user to open DevTools in the browser if they feel that the embedded experience is not giving them enough space to perform the debugging they need.