Is it possible to launch unit test(s) using DBGCLR as the debugger instead of using the integrated debugger?
I've successfully tried putting an InputBox() prompt in a test and manually attaching then, but I wondered if it could be configured somehow. Also, with that method none of my breakpoints set in the IDE get transferred over to DBGCLR (something that may be impossible, I realize).