delve/service
aarzilli 51c39ed171 proc: detect when Launching non-executable files
This provides a better error message when the user tries to run dlv
debug on a directory that does not contain a main package, when `dlv
exec` is used with a source file.

Additionally the architecture of the executable is checked as suggested
by @alexbrainman in #443.

Fixes #509
2016-06-30 09:39:18 +02:00
..
api proc: detect when Launching non-executable files 2016-06-30 09:39:18 +02:00
debugger proc: detect when Launching non-executable files 2016-06-30 09:39:18 +02:00
rpc1 all: Fix typos 2016-05-29 22:13:52 +02:00
rpc2 terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
test tests: fixed version check for go1.7 to include beta versions 2016-06-22 12:38:40 +02:00
client.go terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
config.go cmd/dlv: add flag to make headless server accept multiple clients 2016-02-17 20:09:50 +01:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00