Raw Expcetion C ++ - VS2012

If a is std::exceptionselected from my code, Test Explorer simply displays the message "Message: C ++ unhandled exception." It really shows the correct stack trace.

Is it possible for Test Explorer to display a message from a method what() std::exception?

+4
source share
1 answer

which method will only indicate the name of the exception. maybe there is some method like stack trace similar to java.

0
source

Source: https://habr.com/ru/post/1523318/


All Articles