Larger stack by default

This commit is contained in:
mandlebro 2018-07-24 00:13:23 +01:00 committed by xarkes
parent a55147a0f5
commit a37eae39d9

View File

@ -492,7 +492,7 @@ public:
QString getRegisterName(QString registerRole);
RVA getProgramCounterValue();
void setRegister(QString regName, QString regValue);
QJsonDocument getStack(int size = 0x40);
QJsonDocument getStack(int size = 0x100);
QJsonDocument getBacktrace();
void startDebug();
void startEmulation();