DbgCmdExecDirect
在调用线程上执行命令。
bool DbgCmdExecDirect(const char* cmd)
参数
cmd
The command string in UTF-8 encoding
返回值
true
if the command is executed successfully, false
otherwise.
示例
DbgCmdExecDirect("run");
在调用线程上执行命令。
bool DbgCmdExecDirect(const char* cmd)
cmd
The command string in UTF-8 encoding
true
if the command is executed successfully, false
otherwise.
DbgCmdExecDirect("run");