| 678 | } |
| 679 | |
| 680 | void DapSession::handleAsyncContinued(const dap::ContinuedEvent &continuedEvent) |
| 681 | { |
| 682 | d->session->send(continuedEvent); |
| 683 | Log("--> Server sent continued event to client\n") |
| 684 | } |
| 685 | |
| 686 | void DapSession::handleAsyncStopped(const dap::StoppedEvent &stoppedEvent) |
| 687 | { |