delve/service/api
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
..
conversions.go terminal: show current thread of goroutines (#564) 2016-06-20 10:20:44 -07:00
prettyprint.go proc: Improvements to Variable printing (#444) 2016-04-24 10:15:39 -07:00
types.go proc: detect when Launching non-executable files 2016-06-30 09:39:18 +02:00