Difference between revisions of "Lua:debugProcess"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' debugProcess(''Interface'' Optional) starts the debugger for the currently attached process. ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadd…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' debugProcess(''Interface'' Optional)
 
'''function''' debugProcess(''Interface'' Optional)
  
Line 21: Line 22:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 

Latest revision as of 00:16, 25 January 2018

function debugProcess(Interface Optional)

starts the debugger for the currently attached process.


Function Parameters[edit]

Parameter Type Description
Interface Integer Which debugger interface to use.

0=default
1=windows debug
2=VEHDebug
3=Kerneldebug


See also[edit]