delve/service/dap
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
..
daptest service/dap: support next, stepIn and stepOut requests (#2143) 2020-08-24 10:21:51 -07:00
error_ids.go service/dap: Initial support for scopes and variables requests (#2111) 2020-08-11 08:34:27 -07:00
handles.go service: move some type conversions from service/debugger to rpc pkgs 2020-09-10 16:19:04 +02:00
server_test.go service/dap: Add support for package globals to scopes/variables requests (#2160) 2020-09-15 13:14:55 -07:00
server.go service/dap: Add support for package globals to scopes/variables requests (#2160) 2020-09-15 13:14:55 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00