I installed the update ok, then reset debug settings (now no ports etc selected for debug) then when I compile debug version I get this error
Compiling debug version of 'SD_Logger' for 'Dash'
VM_DBG.cpp:33: In file included from
VM_DBG.h: 206:2: error: 'Serial_' does not name a type
Serial_ *transport
VM_DBG.h: 207:13: error: 'Serial_' has not been declared
void begin(Serial_ *theSerial)
VM_DBG.h: 208:13: error: 'Serial_' has not been declared
void begin(Serial_ *theSerial, unsigned long baud)
VM_DBG.cpp: In member function void VisualMicroDebug:

nBreakPointPrintBegin(uint8_t)
VM_DBG.cpp: 181:2: error: 'transport' was not declared in this scope
transport->print("VMDPE_")
VM_DBG.cpp: In member function void VisualMicroDebug:

nBreakPointPrintEnd()
VM_DBG.cpp: 194:2: error: 'transport' was not declared in this scope
transport->println("_VMDPE")
VM_DBG.cpp: At global scope
VM_DBG.cpp: 643:30: error: variable or field 'begin' declared void
void VisualMicroDebug*: begin(Serial_ *theSerial)
VM_DBG.cpp: 643:30: error: 'Serial_' was not declared in this scope
VM_DBG.cpp: 643:39: error: 'theSerial' was not declared in this scope
void VisualMicroDebug*: begin(Serial_ *theSerial)
VM_DBG.cpp: 1859:27: error: expected declaration before end of line
#pragma GCC diagnostic pop
Error compiling libraries
error: This hardware might not support the default Serial debugger.
Try switching the toolbar from 'Debug' to 'Release' and build again.
or switch off Automatic Debugging
or configure the SoftwareSerial debugger option.
Debug build failed for project 'SD_Logger'