-
Notifications
You must be signed in to change notification settings - Fork 2.2k
lldb-server needs to be installed in $PATH #986
Copy link
Copy link
Closed
Labels
Description
- What version of Delve are you using (
dlv version)?
$ dlv version
Delve Debugger
Version: 1.0.0-rc.1
Build: $Id: b6077a6a35c48a31716aad2ad3fdf77bbdf70abd $
- What version of Go are you using? (
go version)?
$ go version
go version go1.9.1 darwin/amd64
- What operating system and processor architecture are you using?
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.3
BuildVersion: 16D32
- What did you do?
$ go get -u github.com/derekparker/delve/cmd/dlv
$ dlv exec k6 run samples/http_2.js
-
What did you expect to see?
The Go debugger -
What did you see instead?
could not launch process: exec: "lldb-server": executable file not found in $PATH
Reactions are currently unavailable