wxStackWalker allows an application to enumerate, or walk, the stack frames
(the function callstack).
wxStackWalker allows an application to enumerate, or walk, the stack frames
(the function callstack).
notice that Walk() frame itself is not included if skip = 1).
Up to @a maxDepth frames are walked from the innermost to the outermost one.
*/
notice that Walk() frame itself is not included if skip = 1).
Up to @a maxDepth frames are walked from the innermost to the outermost one.
*/
wxStackFrame represents a single stack frame, or a single function in the call
stack, and is used exclusively together with
wxStackFrame represents a single stack frame, or a single function in the call
stack, and is used exclusively together with