The CVI debugger does not support attaching to running modules. If you know the location in the DLL where you want to break, you can add an assert(0) call there, and when this gets hit, you will get a chance to debug this using CVI, if no other debuggers are already attached to the process.