I’m running Windows 10 Iot on rpi3 and Fez Hat. My program uses the Fez Hat but is also does a lot more and I would like to be able to debug the program locally for faster turn arounds, unit testing, away from network, etc.
The Debugger works great when target is set to ARM/Remote Machine. But debugging with Any CPU/Local Machine throws an OutOfRange exception on following line:
this.hat = await GIS.FEZHAT.CreateAsync();
Does anyone know a good way to debug locally? Is there a Fez Hat emulator? My other idea was to create an Interface and use dependency injection. Any suggestions from the experts is appreciated.