flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.95k stars 311 forks source link

Does drop frame no longer work? #7434

Closed helin24 closed 2 weeks ago

helin24 commented 2 weeks ago

I've never used drop frame before and only checked on it due to #7427. Based on my (very brief) research, drop frame is supposed to let you reverse progress to the beginning of a function when you're stopped at a breakpoint. In our case, it seems that we lose connection to the app, which seems wrong: drop frame

helin24 commented 2 weeks ago

Ah okay, this does work, but you can't jump to the beginning of the same function. Rather you can use this button to go to the beginning of the previous function.

helin24 commented 2 weeks ago

https://github.com/Dart-Code/Dart-Code/issues/3721#issuecomment-990256888