X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a82c22998b76c7109366e8aea5e1fc90154ce749..d3f00f59938d4801a95afa1cd638b8f15c481ee3:/docs/latex/wx/stackwalker.tex?ds=sidebyside diff --git a/docs/latex/wx/stackwalker.tex b/docs/latex/wx/stackwalker.tex index 562e80eb76..90f7eb5c12 100644 --- a/docs/latex/wx/stackwalker.tex +++ b/docs/latex/wx/stackwalker.tex @@ -46,6 +46,10 @@ No base class +\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. @@ -94,9 +98,11 @@ Up to \arg{maxDepth} frames are walked from the innermost to the outermost one. \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. +