Danny Tuppeny

Results 1795 comments of Danny Tuppeny

My guess is that the tests are probably consuming a lot of CPU which is slowing the machine down. How are you running the tests when this happens? If you...

> Tests have a lot of log output How much is a lot? We've seen some issues in the past where VS Code would get bogged down trying to refresh...

Thanks - while I don't see the exact behaviour you do, I was able to cause VS Code to hang very badly by sending thousands of output events. It does...

Great, thanks! I think they're currently preparing the August release of VS Code, so the Insiders branch is probably tracking that release and it might take a few more days...

I tested this is insiders, but I still feel like performance is bad, so I've commented back on the VS Code issue.

I can reproduce breakpoints showing as "Paused on Entry", however the behaviour appears to be the same both with/without the breakpoint (that is, isolates show incorrectly as paused, however if...

Reviewing the log, it appears that the DAP traffic is correct and the threads were all resumed: This suggests a bug in VS Code - we have reported this before...

I've opened https://github.com/microsoft/vscode/issues/280933 about the bug with showing "Paused on Entry" with a repro in mock-debug.

Thanks for the log! Something does look wrong here - is it possible you could reproduce this while capturing a slightly different log which will include the Dart VM Service...

@mariusturftank I also noticed there are hot restarts in the most recent log file - can you confirm if the issue is only occurring when using hot restart?