10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-09-28 04:20:53 +02:00

Add --args to gdb when -p gdb is used

This commit is contained in:
Anthony Scemama 2024-09-27 14:15:48 +02:00
parent 775cfa66d7
commit 7683786d11

View File

@ -132,6 +132,7 @@ let run slave ?prefix exe ezfio_file =
(** Run executable *)
let prefix =
match prefix with
| Some "gdb" -> "gdb --args "
| Some x -> x^" "
| None -> ""
and exe =