Mark Nevill
Mark Nevill
> My guess is that Google accidentally pushed out breaking API changes while preparing to roll out thinking budgets in the pro version. So just a heads up that this...
@aarzilli Developers will be iterating on a component and making changes over a longer period, and then some issue will crop up that they want to look at in a...
`dlv attach` seems way more complex to orchestrate, as it needs to be launched inside the already-runnnig docker container, and requires figuring out the PID of the process to debug
Also, how would `dlv attach` deal with process restarts from `gow`?
> > Also, how would `dlv attach` deal with process restarts from `gow`? > > Presumably if you are attached with a debugger you would just use the `restart` command...
> > Tangentially related: I'm curious how are you securing delve's port? > > Err, AFAICT I'm using the setup from the delve docs for running inside a container and...
@aarzilli any thoughts on how to orchestrate dlv attach for development happening inside a container?