=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winedev: Fix winedbg 'break' command documentation.

Alexandre Julliard julliard at winehq.org
Fri Aug 16 13:00:43 CDT 2013


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Aug 15 21:48:33 2013 +0200

winedev: Fix winedbg 'break' command documentation.

---

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

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index 9f0344a..270ba7c 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -1680,8 +1680,7 @@ set $BreakAllThreadsStartup = 1
 		<row>
 		  <entry><command>break <id> N</command></entry>
 		  <entry>
-		    adds a breakpoint at the address of symbol
-		    <id> (N ?)
+                    adds a breakpoint at line N inside symbol <id>
 		  </entry>
 		</row>
 		<row>




More information about the wine-cvs mailing list