summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/debug.c')
-rw-r--r--libpcsxcore/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/debug.c b/libpcsxcore/debug.c
index 463df73b..972343d4 100644
--- a/libpcsxcore/debug.c
+++ b/libpcsxcore/debug.c
@@ -474,7 +474,7 @@ void ProcessDebug() {
MarkMap(_Rd_, MAP_EXEC_JAL);
}
}
- while (paused) {
+ while (paused || GdbServerRunning()) {
if (client_socket < 1)
{