summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-10 09:19:58 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-10 09:19:58 -0800
commit7150bf02fb665c63a494def0738c8fc0ae41d27b (patch)
tree84568706a0c248a986099a9299921fefd37d27ac /blastem.c
parent5201d916e0603adad4960f52f537ac6d6a2a6763 (diff)
Restore functionality of the -D flag for GDB remote debugging
Diffstat (limited to 'blastem.c')
-rw-r--r--blastem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/blastem.c b/blastem.c
index e44429a..9f9b0dc 100644
--- a/blastem.c
+++ b/blastem.c
@@ -204,6 +204,7 @@ int main(int argc, char ** argv)
case 'D':
gdb_remote_init();
dtype = DEBUGGER_GDB;
+ start_in_debugger = 1;
break;
case 'f':
fullscreen = !fullscreen;