vscode-java-debug
vscode-java-debug copied to clipboard
Refactor the launch connector design for launch and attach debugging
- 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