Start Debugging
a DLL from the Breakpoints List Window
You can start debugging a DLL from the Breakpoints
List window by setting a line breakpoint in that
DLL, then issuing the Run command. You can only do this if
the compile unit you want to place the breakpoint in was compiled
with debug information. To set a line breakpoint in a DLL and then start debugging the
DLL, do the following:
- Open a Breakpoints List window
- From the Set menu choose Set
line
- In the Line Breakpoint dialog, from
the Executable pulldown list choose
the DLL you want to debug.
- From the Source pulldown list choose the source file
containing the code you want to debug.
- In the Line entry field, enter the line number within the
source file you want to place a breakpoint in.
- Click on the Defer
breakpoint check box.
- Issue the Run command by pressing
Ctrl+R.

Debug a DLL
Set a Deferred Breakpoint
Set a Line Breakpoint