emad-elsaid / debugger

Golang Debugger Graphical user interface for Go programming language. Based on Delve debugger
MIT License
64 stars 5 forks source link

Run against pre-compiled executable #6

Open JackMordaunt opened 9 months ago

JackMordaunt commented 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.

emad-elsaid commented 9 months ago

this is a good idea, can you take a look and suggest an approach to do that?