Open DanTup opened 5 years ago
@grouma it sounds like vscode still doesn't enable the debugger because of this, should we be prioritizing this higher?
I can likely tackle this next week.
Friendly ping! I just re-discovered this while working on some Dart-Code integration tests :-)
(though FWIW, I don't think VS Code is blocking anything on this now - the breakpoints just don't work in startup code.. If I add breakpoints to code that runs later, I can launch and hit them fine from VS Code - albeit it with some other issues I'm fixing).
Without this there are races setting breakpoints in the IDE for startup code. In Flutter this is done by not calling
runMain
until we send the first resume.