How to specify a DLL in a debugger break command.
diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml
index 8e907d1..eadc5a6 100644
--- a/documentation/debugger.sgml
+++ b/documentation/debugger.sgml
@@ -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>