delve/service/dap
Eli Bendersky 7f14f6ab11
service/dap: avoid hardcoded []byte slices in DAP tests (#1881)
* Remove hardcoded tests

* Cleanup - consistent naming, simplify some code, remove unused func

* Address review comments

* Add Seq checks back

* Address more review comments

* Remove hardcoded tests

* Cleanup - consistent naming, simplify some code, remove unused func

* Address review comments

* Add Seq checks back

* Address more review comments

* Make more consistent

* More consistency

* Simplify Except* methods with a helper

Mark t.Helper() where appropriate
2020-02-24 09:36:34 -08:00
..
daptest service/dap: avoid hardcoded []byte slices in DAP tests (#1881) 2020-02-24 09:36:34 -08:00
error_ids.go service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
server_test.go service/dap: avoid hardcoded []byte slices in DAP tests (#1881) 2020-02-24 09:36:34 -08:00
server.go service/dap: minor cosmetic changes (#1882) 2020-02-21 09:05:30 -08:00