Alessandro Arzilli

Results 358 comments of Alessandro Arzilli

PS. also see test failures.

That's cool, we'll have to wait for that PR to be merged for this.

> Hi @aarzilli @derekparker As I mentioned earlier: > > > I can provide machines running CI at any time. > > The machines are always ready. If possible, could...

> > > Hi @aarzilli @derekparker As I mentioned earlier: > > > > I can provide machines running CI at any time. > > > > > > >...

We could also print something if we stop at a breakpoint while there isn't a connected client.

> Ideally yeah this is what I'm looking for, but it seems to be a bit tricky to pull off. Let me see if i can find a way to...

You can use step-instruction (si) three times. As for making delve do this, it looks complicated.

This is the wrong approach, it will break if a breakpoint is encountered during `step`, or a manual stop, or the process exit, or if the three instructions happen to...