On Sep 9, 2008, at 1:05 PM, Karan, Cem (Civ, ARL/CISD) wrote:
I apologize for taking so long to reply; I broke the build, and had to
spend some time fixing it.
1) yes, it is FOCU_S tester.app.
2) I do not expect any user actions to hit the breakpoint; that is, the
unit tests are run when the program is built, and I put a breakpoint at
the start of one of the test methods.
As I have said several times now, breakpoints will not be hit during build. The debugger is not used during build at all, even when running your tests.
You must explicitly debug your test application in order for your unit test breakpoints to be hit. You do not need to add a menu item or button to cause your tests to be invoked, you just need to debug the application that is hosting your tests.
In the future, please be more specific about the exact steps you are following when you are running into problems. It will help them get resolved much more quickly.
-- Chris