question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dart: Dev Tools command not showing

See original GitHub issue

Dart: 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:closed
  • Created 5 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
JonasJWcommented, Mar 8, 2019

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 me Dart DevTools requires an active debug session.. I am running a flutter app in debug mode, and when I’m not, it doesn’t show me Dart: Dev Tools.

0reactions
DanTupcommented, Aug 26, 2020

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found