=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winedev: Signal that 'set +/ - foo' only works for debug channels in WINEDEBUG.

Alexandre Julliard julliard at winehq.org
Wed Sep 28 14:45:33 CDT 2011


Module: docs
Branch: master
Commit: 9052c1a1d9226a18a0bf83fd13f363a8c5ebcf1e
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=9052c1a1d9226a18a0bf83fd13f363a8c5ebcf1e

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Sep 28 12:11:06 2011 +0200

winedev: Signal that 'set +/- foo' only works for debug channels in WINEDEBUG.

---

 en/winedev-debugger.sgml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index 587a470..b877063 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -2111,7 +2111,8 @@ set $BreakAllThreadsStartup = 1
 	<title>Debug channels</title>
 	<para>
 	  It is possible to turn on and off debug messages as you
-	  are debugging using the set command.
+	  are debugging using the set command (only for debug channels
+	  specified in WINEDEBUG environment variable).
 	  See <xref linkend="debugging"> for more details on debug
 	  channels.
 	</para>




More information about the wine-cvs mailing list