Initial Import from SourceForge

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:38:34 +02:00
commit d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions

18
help/trace_info.html Normal file
View file

@ -0,0 +1,18 @@
<HTML>
<HEAD>
<TITLE>trace.info</TITLE></HEAD>
<BODY>
<h1>trace.info</h1>
<B>Category</B><p>
<a href="debug_commands.html">Debugging commands</a><p>
<B>Syntax</B><p>
<p>
trace.info(LOGNUM,TOP,HEIGHT);<p>
<B>Description</B><p>
<p>
Sets up trace mode. LOGNUM is the number of the logic containing trace commands. TOP and HEIGHT are the top line number of the trace window and the number of lines it takes up.<p>
This command should be used before trace mode is enabled or turned on.<p>
<B>See also</B><p>
<a href="trace_on.html">trace.on</a><p>
<a href="trace_mode.html">Trace mode</a><p>
</BODY></HTML>