Alessandro Arzilli

Results 223 comments of Alessandro Arzilli
trafficstars

The only way to do this would be to have the target program start the delve (as a separate process) and ask it to attach. It's likely to be a...

What @alexbrainman told you is 100% correct, what you want to debug is not a go program and delve does not work if the program isn't a go program. It...

Probably not, I don't know.

The native backend was never fixed.

default is already aliased to the "right" backend on all platforms.

cap, len, complex, imag and real are the only ones we implemented so far

I was looking at this problem, but on linux/arm64, last week. The problem there, at least in part, that arm64FixFrameUnwindContext was copied from the amd64 version and doesn't work correctly...

A couple of considerations after looking into this a bit. The process of: 1. stopping at a breakpoint 2. evaluating a simple condition 3. resuming the target process currently takes...