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

Special charactor for vmArgs and args(quotes and slashes)

Open andxu opened this issue 5 years ago • 1 comments

eg:

"args":  ["a b", "\""]

image

the args has missed the quotes after launching.

andxu avatar Sep 20 '18 01:09 andxu

This bug is blocked by Runtime.exec has improper wrap over special characters, considering using ProcessBuilder or https://github.com/apache/commons-exec to replace the way of starting user app, moving to backlog, please vote it if it blocks you.

andxu avatar Oct 15 '18 01:10 andxu