You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
## Description
This PR allows the debugger transport to be injectable to
1. simplify the debug adapter code
2. remove implementation inheritance
3. allow unit tests (with mocked transports) for the debug adapter code
Specific Changes
create new IDebugTransport interface
move code to use IDebugTransport interface
add first substantial unit test for debug adapter
Testing
Yep.
Please review and, if necessary, port the changes.