Open
Description
- 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 Support Socket Listen when debugging Remote Java Application #415