How to specify a DLL in a debugger break command.

This commit is contained in:
Bill Medland 2002-01-12 21:15:36 +00:00 committed by Alexandre Julliard
parent 738669a709
commit dea2952242
1 changed files with 9 additions and 0 deletions

View File

@ -1342,6 +1342,15 @@ info break lists all (break|watch)points (with state)
<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 &lt;id&gt; (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>