Functions | |
| const char * | DebugGetDefaultCommands (void) |
| Determines default commands to be executed at startup. | |
| const char * DebugGetDefaultCommands | ( | void | ) |
Determines default commands to be executed at startup.
This function returns a list of default commands which are executed on startup if no .dbgcmd file is read.
Currently this function returns:
In order to provide a different set of commands simply put another version of DebugGetDefaultCommands in a CPP file. This is basically identical to having a .dbgcmd file in the current directory. For some situations (e.g. passing EXEs off to QA) it is however safer to have these startup commands build into the EXE itself rather than relying on QA having the right .dbgcmd file in place.
As an example a new version of this function might return:
Definition at line 33 of file debug_getdefaultcommands.cpp.