Removed intercepting breakpoint on end address of a stepping range. Replaced with runTo operation
This commit is contained in:
@@ -196,7 +196,10 @@ namespace DebugServer::Gdb::AvrGdb
|
||||
Logger::debug("Continuing range stepping");
|
||||
|
||||
activeRangeSteppingSession->singleStepping = false;
|
||||
this->targetControllerService.continueTargetExecution(std::nullopt, std::nullopt);
|
||||
this->targetControllerService.continueTargetExecution(
|
||||
std::nullopt,
|
||||
activeRangeSteppingSession->range.endAddress
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user