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..." |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Debug Command 0 - Null Command | {{DISPLAYTITLE:DBG_C_Null}} | ||
Debug Command 0 - Null Command | |||
;Parameters | ;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. | |||
[[Category:Debug Command]] | |||
Latest revision as of 13:05, 10 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.