send signals #3789
MarioVerbelen
started this conversation in
Ideas
send signals
#3789
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have a way to forward signals
something like a command: send
my app waits for a signal SIGINT to do some cleanup work (via signals and context.Cancel)
but when you hit ctrl-C you get:
received SIGINT, stopping process (will not forward signal)
To help my self I send a kill signal to the child process outside delve so I can stop on the next breakpoint
Beta Was this translation helpful? Give feedback.
All reactions