From dea2952242d02937fdd0f5c627b02ca1e15decbb Mon Sep 17 00:00:00 2001 From: Bill Medland Date: Sat, 12 Jan 2002 21:15:36 +0000 Subject: [PATCH] How to specify a DLL in a debugger break command. --- documentation/debugger.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml index 8e907d1ef38..eadc5a60773 100644 --- a/documentation/debugger.sgml +++ b/documentation/debugger.sgml @@ -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. + + Alternatively you can specify a DLL in the <id> (for example + MYDLL.DLL.myFunc for function myFunc of + G:\AnyPath\MyDll.dll). + + + You can use the symbol EntryPoint to stand for + the entry point of the Dll. + -- 2.11.4.GIT