GDB doesn't like octal escape sequences in executable path passed to `-file-exec-and-symbols`, yet it accepts them (but doesn't require them) in arguments to `-break-insert`.
So, use an escaping valid everywhere, as for the moment it's unclear whether there is any benefit to escaping special bytes in argument to `-break-insert`, and so consistency is better. Fixes #416. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/451 -- Commit Summary -- * debugger: Fix escaping target executable path if it contains non-ASCII -- File Changes -- M debugger/src/dbm_gdb.c (38) -- Patch Links -- https://github.com/geany/geany-plugins/pull/451.patch https://github.com/geany/geany-plugins/pull/451.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/451
