If a std::exception is thrown from my code, Test Explorer will just show "Message: Unhandled C++ Exception". It does show the proper stack trace though.
Is it possible to have Test Explorer show the message from the what() method of std::exception?
If a std::exception is thrown from my code, Test Explorer will just show "Message: Unhandled C++ Exception". It does show the proper stack trace though.
Is it possible to have Test Explorer show the message from the what() method of std::exception?