delve/service/dap
Alessandro Arzilli 310a124dba
service/*: remove threadID argument of (*Debugger).PackageVariables (#2182)
* Travis-CI: add ignorechecksum option to chocolatey command

Looks like a configuration problem on chocolatey's end.

* service/*: remove threadID argument of (*Debugger).PackageVariables

Which thread is used doesn't make any difference to the list of package
variables that is returned and this option was only ever used by an old
v1 API call.
2020-09-24 08:02:29 -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/*: remove threadID argument of (*Debugger).PackageVariables (#2182) 2020-09-24 08:02:29 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00