<<diff44.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 20:00:58 @@ -1342,6 +1342,15 @@ <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 + <filename>G:\AnyPath\MyDll.dll)</filename>. + </para> + <para> + You can use the symbol <emphasis>EntryPoint</emphasis> to stand for + the entry point of the Dll. + </para> </sect2> <sect2>