Open
Description
I asked someone on gitter for feedback on the debugging experience with Flutter and this is what they said:
Kent Boogaart @kentcb 20:06
These may be specific to IntelliJ (which I am using with reluctance until major issues in VS Code addin are resolved):
I wish breakpoints within an expression were possible/more obvious. Particularly pertinent when trying to set a breakpoint within a lambda.
sometimes I hover over a local and it just doesn't show the tooltip for an expression. I can often point at a different local that contains that local and go from there, but it's frustrating.
breakpoints in tests I simply cannot get to work. I'm not sure, but it may be due to me using community IntelliJ.
Other than that, pretty happy with the experience.