debugging - can't debug wince app -


firstly,my environment vs2005, , want debug app in wince6.0 device. use mfc. can deploy fine (i have linked vs2005 device successfully) , run forms application through network.

problem: debugging wont start. locks vs2005. seems deploy app fine, hangs. has no response, , vs 2005 dead. little me important. thank you!

if thread gets in tight loop , starves rndis session, lose activesync connection. vs2005 may lock in case.

things try:

  • does app run okay when it's not on debugger?
  • can debug application on emulator?
  • can debug trivial app on device? (just main function , printf, example)
  • re-install vs2005 , sdk
  • upgrade vs2008

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -