delve icon indicating copy to clipboard operation
delve copied to clipboard

Delve is a debugger for the Go programming language.

Results 154 delve issues
Sort by recently updated
recently updated
newest added

Please answer the following before submitting your issue: 1. What version of Delve are you using (`dlv version`)? Version: 1.9.0 Build: $Id: 69310c2f438e492f892d6af22e8e62c8ea1e9d8d 2. What version of Go are you...

kind/enhancement

When using _dlv attach_ to debug local running process, it's really annoying to answer the prompt `Would you like to kill the process? [Y/n]` It slows the debugging flow a...

kind/enhancement

Note: This is a **feature request**. Please answer the following before submitting your issue: Note: Please include any substantial examples (debug session output, stacktraces, etc) as linked gists. 1. What...

kind/enhancement
area/cli

Hi there, I am not sure if it's a duplicate or if it's an unrelated issue at all. So sorry for that. Just felt like it may be worth to...

This adds support to PPC64LE architecture. This is still in an early stage of development but I'm opening this draft pull request to keep track of suggestions about the port...

Please answer the following before submitting your issue: Note: Please include any substantial examples (debug session output, stacktraces, etc) as linked gists. 1. What version of Delve are you using...

help wanted
kind/enhancement
area/proc/native
kind/port

Upstream dependency at https://github.com/microsoft/vscode/issues/134412 is in, so we can now provide this in our DA to give people more disconnect options. ``` - disconnect = leaves debugger and target running...

1. What version of Delve are you using (`dlv version`)? ``` Delve Debugger Version: 1.8.3 Build: $Id: f92bb46b82b3b92d79ce59c4b55eeefbdd8d040c $ ``` 2. What version of Go are you using? (`go version`)?...

Hello all, Sorry to deviate from the recommended issue format. However, I just want to make a small change to the documentation in regards to macOS installation. I'm running M1...

I have a draft of a fix, but would like to discuss first if the current behavior even needs fixing. Current behavior: * local attach to pid or remote attach...