DBG C Null: Difference between revisions
Appearance
Created page with "Debug Command 0 - Null Command ;Parameters *Pid= Process ID of debuggee ¨*Cmd= DBG_C_Null No operation is performed on the debuggee. You can issue this command to veri..." |
No edit summary |
||
Line 4: | Line 4: | ||
*Pid= Process ID of debuggee | *Pid= Process ID of debuggee | ||
*Cmd= DBG_C_Null | |||
No operation is performed on the debuggee. You can issue this command to verify the process ID of the debuggee, and to check if the debuggee is active. | No operation is performed on the debuggee. You can issue this command to verify the process ID of the debuggee, and to check if the debuggee is active. | ||
Pid must be valid, or an error is returned. | Pid must be valid, or an error is returned. |
Revision as of 03:51, 3 March 2020
Debug Command 0 - Null Command
- Parameters
- Pid= Process ID of debuggee
- Cmd= DBG_C_Null
No operation is performed on the debuggee. You can issue this command to verify the process ID of the debuggee, and to check if the debuggee is active.
Pid must be valid, or an error is returned.