Danny Tuppeny
Danny Tuppeny
I've managed to reproduce this a few times using the project above, where I: - tap the FAB to break on exception - modify the file (without saving) - click...
@JCKodel it was using your example project, with the exception in shared_preferences code. I'm not yet sure if that's necessary or is just affecting the timing (enabling verbose logging seems...
@JCKodel are you able to reproduce this in an isolated project 100% reliably? Above I had failed to reproduce it while logging but if you can reproduce it more reliably...
Sorry for the delay. > Could you give some steps how to properly capture the logs to help with debug? Running the **Dart: Capture Debugging Logs** command captures the logs...
@JCKodel do you now have a sample that reliably reproduces this then? (If so, can you tell if it requires the plugins noted above?)
@JCKodel very possible. There is also https://github.com/flutter/flutter/issues/165656 open which is related to iOS/iproxy. I think the first one was included in a hotfix to Flutter recently, so if it's that...
Great, thanks for confirming!
@JCKodel it sems odd for the VS Code version to make a difference here - however there is an issue with VS Code showing incorrect state of threads if events...
@JCKodel by "freeze", do you mean locks up the UI? If so, we should file this with VS Code because we should never be able to freeze anything like that....
Unfortunately we can't do anything about this due to how VS Code's debug hover (and DAP's expression evaluation) currently works. What's happening is that you've stopped at a location where...