-
Hi, In GDB, there is a flag I was looking for the same in Delve but I couldn't find it. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use the init option, for example |
Beta Was this translation helpful? Give feedback.
You can use the init option, for example
dlv debug --init <(echo b main.main)