| 684 | } |
| 685 | |
| 686 | void DapSession::handleAsyncStopped(const dap::StoppedEvent &stoppedEvent) |
| 687 | { |
| 688 | d->session->send(stoppedEvent); |
| 689 | Log("--> Server sent stopped event to client\n") |
| 690 | } |
| 691 | |
| 692 | void DapSession::handleAsyncExited(const dap::ExitedEvent &exitedEvent) |
| 693 | { |