fresh icon indicating copy to clipboard operation
fresh copied to clipboard

Is there any way to use fresh with Delve debug?

Open vitormelon opened this issue 5 years ago • 1 comments

I'm wanting to use delve and fresh on a docker container to build and debug my project even when i alter some file. Anyone know how to do it?

vitormelon avatar Jul 16 '19 14:07 vitormelon

I have created a similar project based on fresh. It allows you to to switch modes from rebuild to debug. https://github.com/kolah/runner

kolah avatar Aug 06 '19 13:08 kolah