mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Show unhandled exceptions through VEH
This commit is contained in:
parent
caa869d3ac
commit
b35faf13b5
5 changed files with 40 additions and 23 deletions
|
|
@ -1014,8 +1014,8 @@ int main() {
|
|||
config.pButtons = buttons;
|
||||
config.cButtons = ARRAYSIZE(buttons);
|
||||
config.nDefaultButton = IdButtonRestart;
|
||||
config.pszExpandedControlText = L"Hide stack trace";
|
||||
config.pszCollapsedControlText = L"Stack trace for plugin developers";
|
||||
config.pszExpandedControlText = L"Hide further information";
|
||||
config.pszCollapsedControlText = L"Further information for developers";
|
||||
config.pszExpandedInformation = window_log_str.c_str();
|
||||
config.pszWindowTitle = L"Dalamud Crash Handler";
|
||||
config.pRadioButtons = radios;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue