tanghong123 / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

--gtest_catch_exception option conflicts with --gtest_break_on_failure. #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 5 May 2009 at 8:55