How do we trouble shoot a long-running NETMF program that stops in production?
Situtation I have a FEZ Cobra II NET running test code. It sends data every second to a server on the LAN. The server writes the data to a text file. After 27 hours and 97,200 successful sends, the Cobra stops sending. Clearly I am not going to debug for 27 hours, and I am not sure how else to trouble shoot, because standard software trouble shooting approaches do not apply. Question If I were to write to log errors on the Cobra, how would I access them? Does NETMF have application logs? How can we access them? Is there an event viewer? What other trouble shooting / debugging steps are viable