delve/service/dap
Alessandro Arzilli e175d68e97
service/dap: fix race condition in TestContinueOnEntry (#2641)
The Threads request sent immediately after the ConfigurationDone
request can be processed in two possible states:

- while the program is being executed, when it will return Id=1,
  Name=Dummy
- after the program terminates, when it will return Id=-1, Name=Current

additionally the response could be received in any order with the
Terminate event.

Remove the problematic Threads request from the test.
2021-08-05 22:19:27 -07:00
..
daptest service/dap: send continued event before step response (#2594) 2021-07-20 08:51:08 -07:00
error_ids.go dap: handle SetVariable requests (#2440) 2021-05-20 10:05:47 -07:00
handles.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server_test.go service/dap: fix race condition in TestContinueOnEntry (#2641) 2021-08-05 22:19:27 -07:00
server.go service/dap: log execution-halted message when setting breakpoints (#2631) 2021-08-05 10:16:15 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00