microsoft / vscode-debugadapter-node

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

How to test a DebugAdapterInlineImplementation? #261

Open zt1106 opened 2 years ago

zt1106 commented 2 years ago

The start method in DebugClient supports stdin/out and socket communication, but our debug adapter is implemented by using DebugAdapterInlineImplementation. Is there any way to test DebugAdapterInlineImplementation by this library?