DbgCmdExec
在命令处理线程上执行命令。
bool DbgCmdExec(const char* cmd);
参数
cmd The command string in UTF-8 encoding
返回值
true if the command is sent to the command processing thread for asynchronous execution, false otherwise.
示例
DbgCmdExec("run");
在命令处理线程上执行命令。
bool DbgCmdExec(const char* cmd);
cmd The command string in UTF-8 encoding
true if the command is sent to the command processing thread for asynchronous execution, false otherwise.
DbgCmdExec("run");