Hello,
I started Windows Mobile 6.x development but I am facing a problem when I want to unit-test my classes. In fact when I run the tests everything goes like it should: VS launches the emulator and then runs the tests. But when I try to debug them, it launches emulator, runs the tests but my breakpoint are never hit. It seems that debugging is just running the tests normally.
Does anybody has already met this problem ?
Thanks.
NB : Debugging applications in emulator or on a WM device works fine, it justs happens in unit-tests.