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.

Cannot Hot Restart, i get this notification "There is already a debug configuration "Flutter" running"

See original GitHub issue

I’m on macOS, After starting debugging using F5 i’m unable to initiate a Hot restart using the shortcut keys ctrl+F5 / ^ F5… i get a notification at the bottom of Vscode “There is already a debug configuration “Flutter” running” screen shot 2018-07-12 at 12 17 20 pm

But using the Command palette, i’m able to initiate the hot restart

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (11 by maintainers)

github_iconTop GitHub Comments

4reactions
SteveAlexandercommented, Jul 15, 2018

I’m seeing this too, in similar circumstances.

A workaround is to select “Flutter: Hot Restart” from the Command Palette (command+shift+P).

Strange that this would work when the shortcut key fails.

0reactions
DanTupcommented, Sep 3, 2018

I believe this has been fixed in VS Code by https://github.com/Microsoft/vscode/issues/57255. If anyone is able to repro this and wants to try it in Insiders, please post back to confirm.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VSCode hot reload for Flutter does not work - Stack Overflow
To solve the issue first close the running debugging session using Shift+f5. Then click debug from the menu bar. Click Start without debugging....
Read more >
Hot reload - Flutter documentation
Only Flutter apps in debug mode can be hot reloaded or hot restarted. ... Controls for run, run debug, hot reload, and hot...
Read more >
Difference Between Hot Reload and Hot Restart in Flutter
Run your flutter editor from the app or using the command prompt. We can use hot reload in flutter debug mode. Once your...
Read more >
Developing and debugging Flutter apps for iOS without a Mac
Using the command-line: · Run flutter attach . This will wait until the app is launched and start debugging as if we'd used...
Read more >
Debugger Extension - Visual Studio Code
Since you are running the extension in debug mode, you could now set and hit breakpoints in src/extension.ts but as I've mentioned above,...
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