Open JackMordaunt opened 9 months ago
For complex builds where a simple go run is insufficient, it would be good to be able to run debugger directly against the executable, ala delve's exec command.
go run
exec
this is a good idea, can you take a look and suggest an approach to do that?
For complex builds where a simple
go run
is insufficient, it would be good to be able to run debugger directly against the executable, ala delve'sexec
command.