microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
271 stars 77 forks source link

testsupport: add send/recv events #243

Open remss opened 3 years ago

remss commented 3 years ago

This PR add new events "send" and "recv" on DebugClient.ts. Now we can listen to these events to print messages to stdout or in a file to troubleshot failed tests.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.