• A
    proc: detect when Launching non-executable files · 51c39ed1
    aarzilli 提交于
    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
    51c39ed1
proc_test.go 52.4 KB