Changeset 4549 for trunk/manuals
- Timestamp:
- 10/30/08 11:00:03 (2 months ago)
- Location:
- trunk/manuals
- Files:
-
- 4 modified
-
index.html (modified) (1 diff)
-
userman/index.html (modified) (1 diff)
-
userman/running.html (modified) (3 diffs)
-
userman/userman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4543 r4549 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: October 28, 2008</span>34 <span>Last updated on: October 30, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/userman/index.html
r4543 r4549 304 304 <div class="copyright"> 305 305 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 306 <span>Last updated on: October 28, 2008</span>306 <span>Last updated on: October 30, 2008</span> 307 307 </div> 308 308 <div class="navbottom"> -
trunk/manuals/userman/running.html
r4543 r4549 273 273 </dl> 274 274 <p> 275 For static predicates, the debugger prints the clause number at the unification ports: <code> fact(N)</code> or <code>rule(N)</code> indicates that clause <code>N</code> is being used for proving a goal.275 For static predicates, the debugger prints the clause number at the unification ports: <code>Fact #N</code> or <code>Rule #N</code> indicates that clause <code>N</code> is being used for proving a goal. 276 276 </p> 277 277 <p> … … 378 378 yes</pre> 379 379 <p> 380 Note that, when tracing, spy points will be ignored. While tracing, the debugger will pause for user input at each leashed port .380 Note that, when tracing, spy points will be ignored. While tracing, the debugger will pause for user input at each leashed port, printing an informative message with the port name and the current goal. After the port name, the debugger prints the goal invocation number (except for the unification ports). This invocation number is unique and can be used to correlate the port trace messages. 381 381 </p> 382 382 <p> … … 529 529 <div class="copyright"> 530 530 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 531 <span>Last updated on: October 28, 2008</span>531 <span>Last updated on: October 30, 2008</span> 532 532 </div> 533 533 <div class="navbottom"> -
trunk/manuals/userman/userman.header
r4543 r4549 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on October 28, 2008</p>38 <p class="date">Last updated on October 30, 2008</p> 39 39 </div> 40 40
