DBG C Null: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Debug Command 0 - Null Command | {{DISPLAYTITLE:DBG_C_Null}} | ||
Debug Command 0 - Null Command | |||
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. | ;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. | Pid must be valid, or an error is returned. | ||
[[Category: | [[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.