dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Problems debugging `static` members #2386

Open elliette opened 3 months ago

elliette commented 3 months ago

In Intellij, when inspecting a static member, DWDS throws an error: https://github.com/flutter/flutter-intellij/issues/7228#issuecomment-1984641063

For VS Code and Flutter DevTools, we don't show static members for web apps (we also don't show them for VM apps).