Change log: Document the new trace-related winedbg commands
Tony Lambregts tony_lambregts@telusplanet.net
Title: debug messages
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 1 Jul 2002 23:19:02 -0000
@@ -1514,9 +1514,21 @@
+
+
+
+ It is possible to turn on and off debug messages as you are debuging using
+ the set command.
+
+
+set + warn win => turn on warn on 'win' channel
+set + win => turn on warn/fixme/err/trace on 'win' channel
+set - win => turn off warn/fixme/err/trace on 'win' channel
+set - fixme => turn off the 'fixme' class
+
+
-
Other debuggers
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 1 Jul 2002 23:19:02 -0000
@@ -17,6 +17,12 @@
easier, please follow the guidelines described in this
document.
+
+
+ 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.
+