* docs/idebug.html: added note about ? help at debug prompt.
authorJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 23 Jan 2002 03:00:22 +0000 (03:00 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 23 Jan 2002 03:00:22 +0000 (03:00 +0000)
ChangeLog
docs/idebug.html

index 2fa5ed4e68cbf7f36158e5faab2c6a489b7e7c74..25aa6e4236323f375093c04f7c92c54465aaba8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-01-22  Jeff Hobbs  <jeffh@ActiveState.com>
 
+       * docs/idebug.html: added note about ? help at debug prompt.
+
        * tkcon.tcl (dir): prevented possible 'divide by zero' error.
        [Bug #496584]
        (Expand*): fixed ExpandPathname to better handle spaced pathnames.
index 540b7ae1a6b0000258bce28dfbac82c63407de0a..ce843efb4498e7c1821fc994f1afb185c195805a 100755 (executable)
@@ -63,7 +63,8 @@ console and put you into a "debugging" mode.  The <code>body, show &amp;
 trace</code> methods are intended for internal use only.
  <P>
 
-This procedure is experimental (to say the least).  Comments are encouraged.
+This procedure works for minimal debugging sessions.  Comments are
+encouraged.
 
 <DL>
 
@@ -77,6 +78,8 @@ idebug is on and the id matches the pattern.  If so, TkCon will pop to the
 front with the prompt changed to an idebug prompt.  You are given the basic
 ability to observe the call stack an query/set variables or execute Tcl
 commands at any level.  A separate history is maintained in debugging mode.
+To see the special commands available at the debug prompt, type <B>?</B>
+and hit return.
 
 <DT> <CODE>idebug {echo ?id?}</CODE> <I>?args?</I>
 <DD> Behaves just like <code>echo</code>, but only triggers when idebug is