dusan91judo
dusan91judo
> full_bin = "dlv exec --continue --accept-multiclient --listen=:2345 --headless=true --api-version=2 --log ./tmp/app" Hot reload not working with this command right now with @latest verison of cosmtrek/air package. With previous version...
I found solution. Do not use @latest tag for delve package. It can cause an issue. Use specific release version and it is working. Ex Docker. `RUN go install github.com/cosmtrek/[email protected]...
first kill that port in os. Then, try with specific version setup. It should work for [email protected] and [email protected]. My answer have more than a year, so for latest versions...