diff --git a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp index 5b685960..41a4ea20 100644 --- a/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp +++ b/src/DebugToolDrivers/Protocols/CMSIS-DAP/VendorSpecific/EDBG/AVR/EdbgAvr8Interface.cpp @@ -886,6 +886,7 @@ namespace DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr } this->programmingModeEnabled = true; + this->hardwareBreakpointNumbersByAddress.clear(); } void EdbgAvr8Interface::disableProgrammingMode() {