This commit is contained in:
Nav
2022-12-26 22:25:35 +00:00
parent 0a15ce8a84
commit b8ca1fbc41
5 changed files with 51 additions and 51 deletions

View File

@@ -84,7 +84,7 @@ void SetBreakpoint::handle(DebugSession& debugSession, TargetControllerService&
Logger::debug("Handling SetBreakpoint packet");
try {
targetControllerServicesetBreakpoint(TargetBreakpoint(this->address));
targetControllerService.setBreakpoint(TargetBreakpoint(this->address));
debugSession.connection.writePacket(OkResponsePacket());
} catch (const Exception& exception) {