Menu

#6 Display std::exception::what() on unhandled exceptions

open
nobody
None
5
2011-01-21
2011-01-21
Anonymous
No

I am using cfix/visual assert with the hippomocks Mock object framework. When hippomocks detects an error it throws an exception derived from std::exception. Currently visual assert just reports an uncaught exception and the visual assert message column displays unknown error. It would be nice if visual assert could display the what() decription from the std::exception since hippomocks includes a useful debugging string in the exception::what() function.

Discussion


Log in to post a comment.