go-lang-plugin-org / go-lang-idea-plugin

Google Go language IDE built using the IntelliJ Platform
https://plugins.jetbrains.com/plugin/5047
Other
4.56k stars 570 forks source link

can't debug on macosx? #2828

Closed helyho closed 7 years ago

helyho commented 7 years ago

Process finished with exit code 1

i try to codesign :

~/Library/Application Support/IntelliJIdea2016.2/Go/lib/dlv/mac  codesign -fs gdb-cert ./dlv


but this still like this.

```go
package main

import "fmt"

func main() {
    fmt.Print("sss");  // by breakpoint here
}
dlsniper commented 7 years ago

Hi,

This is a problem in delve. I'll close this as a duplicate of https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/2810. Please watch that one. Thank you.