How to specify a DLL in a debugger break command.
This commit is contained in:
parent
738669a709
commit
dea2952242
|
@ -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 <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>
|
||||
|
|
Loading…
Reference in New Issue