delve/service
polinasok 4980fff8ce
service/dap: Add support for package globals to scopes/variables requests (#2160)
* Support global variables

* Respond to review comments

* Clarify comment

* Add more details to test error messages

* Remove flaky main..inittask checks

* Rename globals flag to match vscode-go

* Normalize filepath with slash separator

* Improve handling for unknown package

* Tweak error message

* More refactoring, normalization and error details to deal with Win test failures

* Clean up optional launch args processing

* Add CurrentPackage to debugger and use instead of ListPackagesBuildInfo

Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
2020-09-15 13:14:55 -07:00
..
api terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
dap service/dap: Add support for package globals to scopes/variables requests (#2160) 2020-09-15 13:14:55 -07:00
debugger service/dap: Add support for package globals to scopes/variables requests (#2160) 2020-09-15 13:14:55 -07:00
rpc1 service: move some type conversions from service/debugger to rpc pkgs 2020-09-10 16:19:04 +02:00
rpc2 terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
rpccommon *: Consolidate service/debugger config 2020-04-14 21:02:38 +02:00
test pkg/proc: fix dlv panic when sameGCond is nil. (#2164) 2020-09-08 15:18:49 -07:00
client.go terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00