You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add debug help to find out what's compiling (#22522)
We sometimes see that compiling test suites takes a long time or loops
infinitely. Then the first problem is to find out which test source
caused this behavior in the compiler. This can now be shown by turning
on a new flag `debugPrintProgress` in `Run.scala`. If that flag is set
to `true`, the compiler will print out each 10 seconds the list of
currently compiled source files.
0 commit comments