Commit dea29522 authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

How to specify a DLL in a debugger break command.

parent 738669a7
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment