mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Add console command App.Crash
to debug garbled stack traces.
This commit is contained in:
@ -2525,6 +2525,11 @@ PF_CONSOLE_CMD( App, // groupName
|
|||||||
PrintString( str );
|
PrintString( str );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PF_CONSOLE_CMD(App, Crash, "", "")
|
||||||
|
{
|
||||||
|
*((int*)0) = 0;
|
||||||
|
}
|
||||||
|
|
||||||
#endif // LIMIT_CONSOLE_COMMANDS
|
#endif // LIMIT_CONSOLE_COMMANDS
|
||||||
|
|
||||||
PF_CONSOLE_CMD( App, // groupName
|
PF_CONSOLE_CMD( App, // groupName
|
||||||
|
Reference in New Issue
Block a user