Closed melihmucuk closed 9 years ago
Oh, I found how to handle it.
run godebug build
, this will create projectName.debug file at project folder.
then run debug exec like this ./projectName.debug
You can also run godebug run *.go
. The same is true of the normal go
command.
Hi, I'm developing rest api and my project folder looks like :
ProjectFolder
how can I debug my project ?
godebug run main.go
didn't work.