Files
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
..
2021-07-08 08:47:53 -07:00
2021-05-19 10:29:05 -07:00
2020-05-13 08:38:10 +02:00