Google Test uses --gtest_break_on_failure command line option to break into
debugger when a test failure happens. On Windows, the
--gtest_catch_exception option disables that functionality.
We need to change the way we break into debugger on Windows, which has a
dedicated API called DebugBreak for that.
Original issue reported on code.google.com by vladlosev on 27 Feb 2009 at 7:38
Original issue reported on code.google.com by
vladlosev
on 27 Feb 2009 at 7:38