Alessandro Arzilli

Results 358 comments of Alessandro Arzilli

I was wondering: what even is the point of running your application inside a debugger? You're not setting breakpoints and you don't want it to stay around if it crashes,...

> 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...

> 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 of the debugger....

> With that conf I can just `dlv connect` with the click of a button but it seems to always immediately continue rather than stay halted at the breakpoint like...

cc @hyangah I've been wanting to remove the legacy mode of vscode-go adapter and I was wondering if something like this would work. ### How it works Client side it...

> Thank you so much! > > A couple of questions: > > 1. dlv substitute-path-guess-helper: > > > > The extension, before connecting to dlv, would have to run...

> I'd say there is also no guarantee that the user code used to build the executable is not exactly the same as the one available locally strictly speaking. Yes,...

Added the GOROOT mapping and fixed the example. The example did not work because there the main module contains a single package (main).

> Thanks (and sorry for all this delay). > > One more question: what is the meaning of "ImportPathOfMainPackage"? It's the import path of the package named 'main'. I added...