1
0

Debuggers: Added a LineBlockTracer console test command.

Ref.: #2161
This commit is contained in:
Mattes D
2015-06-04 22:22:43 +02:00
parent c9ad1ecd3e
commit 620a714196
2 changed files with 117 additions and 0 deletions

View File

@@ -235,6 +235,12 @@ g_PluginInfo =
Handler = HandleConsoleSchedule,
HelpString = "Tests the world scheduling",
},
["testtracer"] =
{
Handler = HandleConsoleTestTracer,
HelpString = "Tests the cLineBlockTracer",
}
}, -- ConsoleCommands
} -- g_PluginInfo