? debugging.dif
Index: debugger.sgml
===================================================================
RCS file: /home/wine/wine/documentation/debugger.sgml,v
retrieving revision 1.10
diff -u -r1.10 debugger.sgml
--- debugger.sgml        27 Feb 2002 01:29:19 -0000        1.10
+++ debugger.sgml        2 Jul 2002 00:05:04 -0000
@@ -1514,9 +1514,21 @@
           </itemizedlist>
         </para>
       </sect2>
+      <sect2>
+          <title>debug messages</title>
+              <para>
+               It is possible to turn on and off debug messages as you are debuging using
+               the set command.
+              </para>
+            <screen>
+set + warn win        =&gt; turn on warn on 'win' channel
+set + win        =&gt; turn on warn/fixme/err/trace on 'win' channel
+set - win        =&gt; turn off warn/fixme/err/trace on 'win' channel
+set - fixme        =&gt; turn off the 'fixme' class
+            </screen>
+      </sect2>
 
     </sect1>
-
 
     <sect1 id="dbg-others">
       <title>Other debuggers</title>
Index: debugging.sgml
===================================================================
RCS file: /home/wine/wine/documentation/debugging.sgml,v
retrieving revision 1.4
diff -u -r1.4 debugging.sgml
--- debugging.sgml        30 Nov 2001 23:07:30 -0000        1.4
+++ debugging.sgml        2 Jul 2002 00:05:04 -0000
@@ -17,6 +17,12 @@
           easier, please follow the guidelines described in this
           document. 
         </para>
+
+        <para>
+          It is possible to turn on and of debugging output from 
+          within the debuger using the set command. Please see the
+          WineDbg Command Reference section for how to do this.
+        </para>
       </note>
 
       <important>