delve/Documentation
aarzilli 2a2d1040e9 proc: allow "package/path".varname syntax
If the application being debugged imports two packages with the same
name (but different paths) there was no way to disambiguate the two,
since the character '/' can not appear inside a go identifier.

By allowing users to use a string literal as the package name a package
path can be specified.
2018-06-14 09:29:23 -07:00
..
api documentation: API documentation improvements (#507) 2016-04-24 10:18:02 -07:00
cli proc: allow "package/path".varname syntax 2018-06-14 09:29:23 -07:00
installation Update install.md 2018-03-28 12:15:23 -04:00
internal docs: Move wiki docs into Documentation dir 2016-02-19 10:47:46 -08:00
usage service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
EditorIntegration.md Mention that vim-go now supports Delve integration 2018-03-27 12:37:45 -04:00
KnownBugs.md proc: lexical block support 2017-08-01 11:20:25 -06:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.