I'm running on windows with the update 6 from the kickstarter page.
I'm able to run sketches and it auto-reboots but I need a way to debug and the serial monitor is always blank. Testing with this sketch:
void setup() {
Serial.begin(38400);
}
void loop()...