Alessandro Arzilli

Results 358 comments of Alessandro Arzilli

It's very odd, you should open an issue on https://github.com/golang/go/issues/, this is not a problem with delve I think.

What's the output of `dlv exec`?

Is it not printing anything else? Can you add `--log-output=gdbwire` to it and post the output?

> here's the output with `--log-output=gdbwire` but this doesn't have the crash

Without a way to reproduce this or logs of the problem happening this isn't actionable.

I'm rereading this and I think I don't even understand what problem is being described here. You launch `dlv` with `--continue` which makes the program start and run. Which it...

Ok, pass `--log-output=dap` to delve and then connect to it.

@hyangah is vscode-go really still using the json-rpc connection in attach/remote mode?

@hyangah last year a few changes were made to substitute path application that should make it better for mapping windows-to-unix and vice versa. Is it still the case that substitute...

Closing, related to vscode-go old behavior.