delve/service/test
aarzilli b5cf1572f8 service/debugger: support function spec. with partial package paths
packagename.SomeFunction should match
github.com/someuser/packagename.SomeFunction since the former is
the familiar syntax.
To disambiguate between io.SomeFunction and
github.com/someuser/somepackage/io.SomeFunction specify one extra
slash at the start of the location specifier: /io.SomeFunction.

Fixes Issue #296
2015-12-12 15:01:41 +01:00
..
integration_test.go service/debugger: support function spec. with partial package paths 2015-12-12 15:01:41 +01:00
variables_test.go proc/eval: Return an error when slicing a map over its length 2015-11-07 11:48:40 +01:00