- Open a large project like analysis_server.
- Right-click on the
test folder
- Click "Debug Tests"
This debugs each suite individually (note: I thought we only needed to do this for Flutter, so this should be checked), but clicking Stop on the debug toolbar only stops the current one.
Perhaps we should show a toast when running many sessions like this, and a Cancel option that bails out?