delve/service/dap
Suzy Mueller b2afb7cd20
pkg/proc: add support for hit count condition breakpoints (#2490)
* pkg/proc: implement support for hit count breakpoints

* update comment

* udpate hitcount comment

* update HitCond description

* add test for hit condition error

* respond to review

* service/dap: add support for hit count breakpoints

* use amendbps to preserve hit counts

* update test health doc

* fix failing test

* simplify hit conditions

* REmove RequestString, use name instead

* update backend_test_health.md

* document hit count cond

* fix tests
2021-05-28 11:21:53 -07:00
..
daptest pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
error_ids.go dap: handle SetVariable requests (#2440) 2021-05-20 10:05:47 -07:00
handles.go service/dap: Add support for evaluateName for variables (#2292) 2021-01-14 10:53:12 -08:00
server_test.go pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
server.go pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00