X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92696e94f4241e39dd285c634a22068a6a4cf12f..589abe2cdb7ce83a8c4f3c8785137974f8c3d30f:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 7f2f15d92c..f9c83e3166 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -386,7 +386,8 @@ extern "C" { void get_stackframe_callback(StackDump *dump) { - dump->ProcessFrames(2); // don't show ShowAssertDialog() call itself + // skip over frames up to including wxOnAssert() + dump->ProcessFrames(3); } }