From: Jeff Hobbs Date: Wed, 23 Jan 2002 03:00:22 +0000 (+0000) Subject: * docs/idebug.html: added note about ? help at debug prompt. X-Git-Tag: tkcon-2-4~33 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=4c7be70294542ed2ae9713a1e06ba61f65868d78;p=tkcon * docs/idebug.html: added note about ? help at debug prompt. --- diff --git a/ChangeLog b/ChangeLog index 2fa5ed4..25aa6e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-01-22 Jeff Hobbs + * 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. diff --git a/docs/idebug.html b/docs/idebug.html index 540b7ae..ce843ef 100755 --- a/docs/idebug.html +++ b/docs/idebug.html @@ -63,7 +63,8 @@ console and put you into a "debugging" mode. The body, show & trace methods are intended for internal use only.

-This procedure is experimental (to say the least). Comments are encouraged. +This procedure works for minimal debugging sessions. Comments are +encouraged.

@@ -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 ? +and hit return.
idebug {echo ?id?} ?args?
Behaves just like echo, but only triggers when idebug is