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.

Support debugging for Flutter web projects

See original GitHub issue
Breakpoints and stepping are not currently supported in VS Code for Flutter web projects, please use your browser tools if you need to break or step through code

2 questions:

  • ETA 😃 ?
  • what are those browser tools?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

10reactions
DanTupcommented, Sep 4, 2019

There has been some progress, but it’s still not fully working (for ex I found https://github.com/dart-lang/webdev/issues/629 while testing debugging this week).

I can’t say when it’ll be done, but it is being worked on 😃

0reactions
DanTupcommented, Dec 2, 2019

The tweaks needed in the VS Code extension are done (for the next release). The functionality is still very dependent on the Flutter/webdev versions (Flutter’s web support is still in preview). As Flutter/webdev support additional functionality, it should just work without more changes here.

There will be some info in the release notes about what does/doesn’t work when the release goes out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging Flutter apps
There's a wide variety of tools and features to help debug Flutter applications. Here are some of the available tools: DevTools, a suite...
Read more >
Support for debugging embedded flutter web apps #88434
Support for debugging embedded flutter web apps #88434 ... a: debugging Debugging, breakpoints, expression evaluation. a: platform-views Embedding ...
Read more >
Debugging, Building and Deploying a Flutter Web App to App ...
Have you wanted to figure out how to debug, build and deploy your flutter web app on a Dart web server on App...
Read more >
Flutter web support updates. PWAs, better debugging, and…
PWAs, better debugging, and CanvasKit-based rendering ... Almost a year ago, we shared our first technical preview of Flutter's support for ...
Read more >
How to debug or print in Flutter web? - Stack Overflow
I could finally find that Google Chrome DevTools feature has a "Console" section that shows all prints written in Flutter Web 's dart...
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