Clear HW breakpoints upon entering programming mode in EDBG driver
This commit is contained in:
@@ -886,6 +886,7 @@ namespace DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->programmingModeEnabled = true;
|
this->programmingModeEnabled = true;
|
||||||
|
this->hardwareBreakpointNumbersByAddress.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EdbgAvr8Interface::disableProgrammingMode() {
|
void EdbgAvr8Interface::disableProgrammingMode() {
|
||||||
|
|||||||
Reference in New Issue
Block a user