From 4c7be70294542ed2ae9713a1e06ba61f65868d78 Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Wed, 23 Jan 2002 03:00:22 +0000 Subject: [PATCH] * docs/idebug.html: added note about ? help at debug prompt. --- ChangeLog | 2 ++ docs/idebug.html | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.23.0