Pergunta

Is there any methods to implement a 'printstacktrace' method in C++ like the Java do?

Foi útil?

Solução

Use backtrace() or StackWalker for Unix or Windows.

See this previous SO question:

C++ display stack trace on exception

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top