<<diff43.txt>>
Bill Medland (medbi01@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 @@ <id> 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 <id> (for example + MYDLL.DLL.myFunc for function myFunc of G:\AnyPath\MyDll.dll) + </para> </sect2> <sect2>