summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
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;