Doc addition

Medland, Bill Bill.Medland at accpac.com
Thu Jan 10 13:37:12 CST 2002


 <<diff43.txt>> 
-------------- next part --------------
Bill Medland (medbi01 at accpac.com)
How to specify a DLL in a debugger break command

Index: wine/documentation/debugger.sgml
===================================================================
RCS file: /home/wine/wine/documentation/debugger.sgml,v
retrieving revision 1.8
diff -u -r1.8 debugger.sgml
--- wine/documentation/debugger.sgml	2001/08/21 17:07:17	1.8
+++ wine/documentation/debugger.sgml	2002/01/10 17:57:50
@@ -1342,6 +1342,10 @@
 	  &lt;id&gt; exist, the debugger will prompt for the symbol you want to use. 
 	  Pick up the one you want from its number.
 	</para>
+        <para>
+          Alternatively you can specify a DLL in the &lt;id&gt; (for example 
+          MYDLL.DLL.myFunc for function myFunc of G:\AnyPath\MyDll.dll)
+        </para>
       </sect2>
 
       <sect2>


More information about the wine-patches mailing list