Jump to content

DBG C Null: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Debug Command 0 - Null Command  
{{DISPLAYTITLE:DBG_C_Null}}
 
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.  
;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:DBG_C]]
[[Category:Debug Command]]
{{DISPLAYTITLE:DBG_C_Null}}

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.