It has happened a few times that the Windows full-debug builds are broken by commits, but we never catch it in Evergreen, because our Windows DEBUG task uses --dbg=on --opt=on, which causes the release variant of the msvcrt library to be included.
We should have an Evergreen Enterprise variant, which builds with --dbg=on --opt=off and runs at least the unit-tests and the jscore suite.