Open FarhadF opened 6 years ago
bump
Not sure if you mean to debug the gin server or whatever you are using gin to run. If it's the latter, then you attach delve to the PID and then can use vscode or atom or whatever to create breakpoints and check stuff out.
dlv attach --headless --listen=:2345 $(pgrep -f $binary_filepath) --api-version=2
Is it possible to use gin with dlv debugger? Any help would be appreciated.