Comment 5 for bug 1354747

Revision history for this message
silistri (silistri) wrote :

Hello 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");

Best regards