开发者

Debug Windows Mobile unit-tests in VS2008

开发者 https://www.devze.com 2022-12-13 06:31 出处:网络
I started Windows Mobile 6.x development but I am facing a problem when I want to unit-test myclasses.

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 dev开发者_Python百科ice works fine, it justs happens in unit-tests.


It's simply the way the smart device unit test framework works, and it sucks. I blogged about my workaround just last week.

0

精彩评论

暂无评论...
验证码 换一张
取 消