Debugger fix
This commit is contained in:
@@ -2250,8 +2250,7 @@ void CMD_AddBreakpoint(HookParam param) {
|
||||
} RegisterCommand(CMD_AddBreakpoint, "f9", "Add a breakpoint at filename + line");
|
||||
|
||||
void HOOK_QuitDebugger(HookParam param) {
|
||||
bool conn = RDBG_InitConnection();
|
||||
if (!conn) {
|
||||
if (RDBG_Ctx.command_pipe_handle == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user