decrease number of skipped frames in assert dialog backtrace, 7 is not the minimum, closes #14690
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -318,7 +318,7 @@ static void get_stackframe_callback(void* p)
|
||||
{
|
||||
StackDump* dump = static_cast<StackDump*>(p);
|
||||
// skip over frames up to including wxOnAssert()
|
||||
dump->ProcessFrames(7);
|
||||
dump->ProcessFrames(6);
|
||||
}
|
||||
|
||||
#endif // wxDEBUG_LEVEL && wxUSE_STACKWALKER
|
||||
|
Reference in New Issue
Block a user