delve/service/dap
polinasok c94db60d27
service/dap: support evaluate requests with expressions and calls (#2185)
* Support evaluate request

* Fix failing tests

* Call support

* Remove debugger.CurrentThread() that got accidentally reintroduced during merge

* Address review comments

* Function to stringify stop reason

* Add resetHandlesForStop

* Handle stop inside call

* More tests

* Address review comments

* Check all threads to determine if call completed

* Fix test

* Fix test

* Fix test

* Address review comments

Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
2020-11-12 15:24:31 -08:00
..
daptest service/dap: support evaluate requests with expressions and calls (#2185) 2020-11-12 15:24:31 -08:00
error_ids.go service/dap: support evaluate requests with expressions and calls (#2185) 2020-11-12 15:24:31 -08: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: support evaluate requests with expressions and calls (#2185) 2020-11-12 15:24:31 -08:00
server.go service/dap: support evaluate requests with expressions and calls (#2185) 2020-11-12 15:24:31 -08:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00