Alessandro Arzilli
Alessandro Arzilli
@hyangah @polinasok IMO vscode-go shouldn't pass that option by default. I see that the motivation was that installing an old version of dlv was complicated, because of the `dlv-dap` rename,...
I remember the Cloud Code discussion but this was added by https://github.com/golang/vscode-go/commit/ab3d3a6e3c56ebf01f77434916ea29bdfe86e7bd fixing https://github.com/golang/vscode-go/issues/1716. Does cloud code have to use the same typescript adapter as the vscode-go that end users...
I would prefer something more concise, to be honest. It seems to me that the possibility of upgrading delve would be implicit if we say that the current version is...
I'm going to note here that we do have [some requirements that new ports must meet](https://github.com/go-delve/delve/blob/master/Documentation/internal/portnotes.md) now. This is to avoid situations like the freebsd port where it lands half-finished...
> the failures seem to be a similar set to what FreeBSD has. Most of these are racey and pass most of the time, but fail intermittently I'd like to...
@ezaquarii the tests that fail are meant to detect that the backend correctly detects breakpoints when two threads hit breakpoints close to each other. The problem is that the freebsd...
As far as I know this happens when optimizations are enabled.
It's possible to implement this but very complicated.
Yes, I was thinking about this the other day. The way we are retrieving the location of the current goroutine (GAddr) on arm64 is just wrong. It's in the general...
Not without being able to read the current goroutine, it's impossible.