Comment on Ask HN: Do you use a dev container and why?parentComments−austinpena3yWhat do you mean live debugging isn't a thing? Delve integration into Goland makes setting breakpoints and analyzing variables great.Of course it's nothing like Python where you can stop execution and start manipulating variables...−flippinburgers3yCertainly delve exists and I'm sure it is fantastic, but it just isn't something I have ever needed to reach for when developing with go.
Comments
What do you mean live debugging isn't a thing? Delve integration into Goland makes setting breakpoints and analyzing variables great.
Of course it's nothing like Python where you can stop execution and start manipulating variables...
Certainly delve exists and I'm sure it is fantastic, but it just isn't something I have ever needed to reach for when developing with go.