You can start debugging a DLL used by your application from the Source window containing the current execution point, provided you can use step commands to reach a statement that calls a function within your DLL.
A Source window showing the DLL function is raised, and the current line is the first line within the function.
![]()
Debug a DLL
Set Breakpoints
Run, Step
Through, or Stop a Program