More work on the stack browser.

This commit is contained in:
Ernie Pasveer
2024-10-05 10:37:29 -05:00
parent 171ea8c170
commit 98449201e4
5 changed files with 60 additions and 10 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ SeerStackDumpSettingsDialog::SeerStackDumpSettingsDialog (QWidget* parent) : QDi
// Setup the widgets
setStackPointerExpression("$sp");
setBytesBeforeSP(0);
setBytesAfterSP(32);
setBytesBeforeSP(16);
setBytesAfterSP(16);
setAsciiBytes(8);
// Connect things.