You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is in file "debugger/src/dbm_gdb.c" at line 372 when geany tries to execute gdb command "-exec-run &".
I fix it by removing the character "&"
Here is the description:
https://bugs.launchpad.net/ubuntu/+source/geany-plugins/+bug/1354747?comments=all
I think the issue is in file "debugger/src/dbm_gdb.c" at line 372 when geany tries to execute gdb command "-exec-run &".
I fix it by removing the character "&"
exec_async_command("-exec-run");
gdb doesn't specify something about this
https://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI-Program-Execution.html#index-g_t_002dexec_002drun-2853
Best regards
The text was updated successfully, but these errors were encountered: