<wx/stackwalk.h>
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
Only available if \texttt{wxUSE\_STACKWALKER} is $1$, currently only
implemented for Win32 and Unix versions using recent version of GNU libc.
\membersection{wxStackWalker::WalkFromException}\label{wxstackwalkerwalkfromexception}
-\func{void}{WalkFromException}{\void}
+\func{void}{WalkFromException}{\param{size\_t }{maxDepth = 200}}
Enumerate stack frames from the location of uncaught exception.
This method can only be called from
\helpref{wxApp::OnFatalException()}{wxapponfatalexception}.
+Up to \arg{maxDepth} frames are walked from the innermost to the outermost one.
+