Has anybody seen anything like this before?
The Micro Framework Device Deployment window says:
[quote]Incrementally deploying assemblies to device
Deploying assemblies for a total size of 22956 bytes
Assemblies successfully deployed to device.
The debugger engine failed to receive any debug events from the debugging target[/quote]
The Debug window just says:
Edit: Nevermind.
This is the result of enabling an interrupt via .EnableInterrupt(), without adding an event handler to the OnInterrupt event, then having the interrupt trigger… :-[