Adrian Rees a écrit :
Hi all,
Apologies in advance for what is probably a dumb question...
I'm trying to debug a windows application by breaking on a call to a DLL function - in fact it's the NtCreateKey function within the ntdll library.
I must be missing something fundamental because the debugger indicates that it has set a delayed breakpoint, but the breakpoint is never reached, although turning on debugging messages clearly indicates that the function is being called.
that's strange. ntdll should always be loaded when you enter the debugger. So, I wonder whether your DLLs have been compiled with the debug information set. Could you post the output of 'info share' from the debugger command line ? A+