added debug commands to language server options

This commit is contained in:
Martin Lippert
2017-06-12 13:02:53 +02:00
parent 6e023ca8a8
commit 704a02f829

View File

@@ -42,6 +42,9 @@ public class CloudFoundryManifestLanguageServer extends ProcessStreamConnectionP
String workingDir = getWorkingDirLocation();
// commands.add("-Xdebug");
// commands.add("-agentlib:jdwp=transport=dt_socket,address=9999,server=y,suspend=n");
setCommands(commands);
setWorkingDirectory(workingDir);
}