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.
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>
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