javaVSCode
javaVSCode copied to clipboard
support remote debugging
I find the Java debugger quite helpful for local debugging. Thanks for the great work. I'd like to suggest 2 changes to enable remote debugging:
- Allow user to specify host:port in launch.json file instead of hardcode to be localhost and a random free port.
- Allow user to help you start the java program remotely as part of the pre-launch task.
@xinyanmsft useful for this :point_right: #13
+1