Alessandro Arzilli

Results 28 issues of Alessandro Arzilli

https://delve.teamcity.com/viewLog.html?buildId=39322

kind/bug
os/macOS
area/proc
arch/amd64

See: https://ci.appveyor.com/project/derekparker/delve/build/1392 Not clear how this is possible since there are no interrupts on windows and therefore issue419.go should not be able to terminate.

os/windows
area/proc

Also edit README.md to note that this us unsupported and Delve can be installed with go get.

The formula is broken and produces an endless stream of duplicate bug reports yet nobody steps up to fix it. Using the formula isn't necessary and hasn't been in almost...

$ go version go version go1.20rc1 freebsd/amd64 ### Does this issue reproduce with the latest release? ### What operating system and processor architecture are you using (`go env`)? go env...

NeedsInvestigation
compiler/runtime

Cobra, in its default configuration, will execute a template to generate help, usage and version outputs. Text/template execution calls MethodByName and MethodByName disables dead code elimination in the Go linker,...

Generalizes the function for checking for escaping pointers so that it can be used to iterate on all pointers of a variable. Also generalizes the string allocation opcodes so that...

Change 'step' command so that when stepping into a 'go statement' the debugger will stop on the newly created goroutine, instead of just stepping over the go statement.

Supports showing captured variables for function closures on versions of Go that export informations about the closure struct (Go >= 1.23) Fixes #3612

Programs should not emit ANSI escape codes if TERM is set to dumb.

enhancement
good first issue