From 4c7be70294542ed2ae9713a1e06ba61f65868d78 Mon Sep 17 00:00:00 2001
From: Jeff Hobbs <hobbs@users.sourceforge.net>
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  <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.
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 <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
-- 
2.23.0