File geany-plugins-gdb-7_7.patch of Package geany-plugins
diff --git a/debugger/src/dbm_gdb.c b/debugger/src/dbm_gdb.c
index 09a483a..b51b8a8 100644
--- a/debugger/src/dbm_gdb.c
+++ b/debugger/src/dbm_gdb.c
@@ -369,7 +369,7 @@ static gboolean on_read_async_output(GIO
update_files();
/* -exec-run */
- exec_async_command("-exec-run &");
+ exec_async_command("-exec-run");
}
}
else
@@ -895,7 +895,7 @@ static gboolean run(const gchar* file, c
static void restart(void)
{
dbg_cbs->clear_messages();
- exec_async_command("-exec-run &");
+ exec_async_command("-exec-run");
}
/*