This commit is contained in:
Nav
2024-11-17 18:19:11 +00:00
parent a3ed513b84
commit a574fe3461

View File

@@ -60,8 +60,6 @@ namespace DebugServer::Gdb::CommandPackets
Logger::info("Handling RemoveBreakpoint packet");
try {
Logger::debug("Removing breakpoint at address " + std::to_string(this->address));
debugSession.removeExternalBreakpoint(this->address, targetControllerService);
debugSession.connection.writePacket(OkResponsePacket{});