I have been using this tool for a couple of weeks now with fairly good results however today I have run into something I have not seen yet.
When I attempt to us VS, compile my program and download to the target all is well UNTIL sometime during the download process. I get the following message:
Uploading to I/O board using 'COM3'. I can observer the TX / RX led's indicating activity to / from the target
Usually I will get a message indicating that the process is complete. Following this point in time the VS application is hung, unresponsive and requires a stop via kill or 'X' (dialog button).
A power cycle / reset to the target results in non-operation so I suspect the download process failed. (validated via the Arduino standard Serial Monitor tool)
It I attempt to reproduce the issue without unplugging and reinserting the Arduino target I receive a message indicating that the COM3 port is in use. (I suspect a problem in the program download process)
If I remove / re-insert the USB plug and attempt to use the 'normal' Arduino tool chain the application runs properly and the target performs as expected.
If I configure VS to disable the debug the download is successful and I can use the Serial Monitor to verify the proper operation of the program. (obviously without debug support!

)
Setting VS back to debug results in the same hang.
I have attempted to reproduce this issue with another very simple sketch and all works fine.
Any ideas? I have grown accustomed to the debugger; would like to use it!
Don