If I start a debug process through dlv, and the debug process exits, I hope dlv can automatically restart dlv and child process debug
How could we reproduce this issue?
Start dlv with fork process debug,Then kill the debug process
dlv exec ./debug --listen=:9190 --headless --accept-multiclient --continue --api-version=2 --log
What's going wrong?
If I start a debug process through dlv, and the debug process exits, I hope dlv can automatically restart dlv and child process debug
How could we reproduce this issue?
Start dlv with fork process debug,Then kill the debug process
dlv exec ./debug --listen=:9190 --headless --accept-multiclient --continue --api-version=2 --log
kill -9 $(pidof debug)
Supporting information