Frédéric Delanoy : winedev: Fix winedbg 'break' command documentation.
Module: docs Branch: master Commit: ae339680bf3e4b8cfc186dbb669167741a6a1854 URL: http://source.winehq.org/git/docs.git/?a=commit;h=ae339680bf3e4b8cfc186dbb66... Author: Frédéric Delanoy <frederic.delanoy(a)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>
participants (1)
-
Alexandre Julliard