Show external frames by default.

This commit is contained in:
Bartosz Taudul 2024-02-27 22:12:27 +01:00
parent 77f8ec0b2f
commit 03c98a8d4c
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -489,7 +489,7 @@ private:
bool m_statHideUnknown = true;
bool m_showAllSymbols = false;
int m_showCallstackFrameAddress = 0;
bool m_showExternalFrames = false;
bool m_showExternalFrames = true;
bool m_showUnknownFrames = true;
bool m_statSeparateInlines = false;
bool m_statShowAddress = false;