changeset 1164:21df13266e6a

Restore functionality of the -D flag for GDB remote debugging
author Michael Pavone <pavone@retrodev.com>
date Tue, 10 Jan 2017 09:19:58 -0800
parents b251899f2b97
children 9fc680b35dbb
files blastem.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/blastem.c	Mon Jan 09 19:24:11 2017 -0800
+++ b/blastem.c	Tue Jan 10 09:19:58 2017 -0800
@@ -204,6 +204,7 @@
 			case 'D':
 				gdb_remote_init();
 				dtype = DEBUGGER_GDB;
+				start_in_debugger = 1;
 				break;
 			case 'f':
 				fullscreen = !fullscreen;