Dart: Dev Tools command not showing
See original GitHub issueDart: Dev Tools
is not showing for me in VS Code. I have a flutter app running in debug.
What resources can I share to help track down the issue?
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Dev tools command not showing. · Issue #2274 - GitHub
So recently the dev tools option has gone missing from my debug menu. I've been doing dart only work for a piece and...
Read more >Install and run DevTools from the command line | Flutter
To run Dart DevTools from the CLI, you must have dart on your path. Then you can run the following command to launch...
Read more >Could not find a command named "devtools" - dart
dart devtools. I get this error: Could not find a command named "devtools". However, I can do devtools. and dart pub global run...
Read more >Dart DevTools
You can use DevTools to perform source-level debugging or to view general log and diagnostics information for a running command-line app.
Read more >Dart | IntelliJ IDEA Documentation - JetBrains
Run a Dart command-line application · Open the Dart file to start the application from or select it in the Project tool window....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It was indeed a problem with the vs code version, even though vs code should update automatically as far as I know and the option wasn’t disabled.
However now it’s showing
Dart: Dev Tools
but when I click on it, it tells meDart DevTools requires an active debug session.
. I am running a flutter app in debug mode, and when I’m not, it doesn’t show meDart: Dev Tools
.Ah, yes - that would do it. Unfortunately the built-in terminal is just a terminal, and doesn’t interact with the extension (we can’t tell that you’re running Flutter, nor attach to it). I’d always recommend running using the built-in debugger/Run menu, that way you’ll get all of the functionality 😃