vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Refactor the launch connector design for launch and attach debugging

Open testforstephen opened this issue 5 years ago • 1 comments

  • For the launch debugging, we provide two kinds of implementation: SocketLaunchingConnector and ListeningConnector. Need revisit the design to see whether to keep using one kind of implementation.
  • For the attach debugging, support both Socket Attach and Socket Listen. See #415

testforstephen avatar Feb 17 '20 02:02 testforstephen