my first help document (#757)
* my first help document * my first help document
This commit is contained in:
parent
f5c61a5fe4
commit
96142cc532
|
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>TraceIntoConditional/ticnd</title>
|
||||
<meta name="GENERATOR" content="WinCHM">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
html,body {
|
||||
/* Default Font */
|
||||
font-family: Courier New;
|
||||
font-size: 11pt;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<P><STRONG>TraceIntoConditional[,ticnd]<BR></STRONG>Trace the program by stepping into, until specified condition is satisfied or maximun step count reached.</P>
|
||||
<P class=rvps3>
|
||||
<U>
|
||||
arguments
|
||||
|
||||
</U>
|
||||
<BR>
|
||||
[arg1]: The condition of tracing. If it is evaluated to be a value other than 0, tracing finishes.</P>
|
||||
<P class=rvps3>
|
||||
[arg2]:
|
||||
The maximum number of steps to trace. If it is not specified, the default value is 50000 steps.</P>
|
||||
<P class=rvps3 >
|
||||
<U>result<BR>
|
||||
</U>This command does not set any result
|
||||
variables.</P></body>
|
||||
</html>
|
||||
BIN
help/x64_dbg.wcp
BIN
help/x64_dbg.wcp
Binary file not shown.
Loading…
Reference in New Issue