delve icon indicating copy to clipboard operation
delve copied to clipboard

Support "Edit and Continue"

Open itsvikasgupta opened this issue 6 years ago • 1 comments
trafficstars

I am a golang and delve newbie. delve is amazing. Does/Will delve support hot swapping of changes or something similar like the java jvm? t takes me a lot of time to copy my code into docker's build vm, then build all the files, then build & deploy dlv, then copy all the binaries to the runtime docker container. I am looking to speed up my flow. So, I was wondering if hot swap will ever be supported? Thanks.

itsvikasgupta avatar May 16 '19 19:05 itsvikasgupta

It isn't impossible but it requires extensive changes to the linker and so it probably won't happen anytime soon, if ever.

aarzilli avatar May 17 '19 10:05 aarzilli