debugger support

This commit is contained in:
Jeff Hutchinson 2021-08-19 22:05:43 -04:00
parent 98a2fa0f33
commit 59312d7d52
8 changed files with 46 additions and 15 deletions

View file

@ -33,7 +33,7 @@ SimConsoleEvent::SimConsoleEvent(S32 argc, ConsoleValue *argv, bool onObject)
mOnObject = onObject;
mArgc = argc;
mArgv = new ConsoleValue[argc];
mArgv = new ConsoleValue[argc]();
for (int i=0; i<argc; i++)
{
if (argv)