IDEA-149309 Set "-XX:HeapDumpPath" and "-XX:ErrorFile" in IDE launchers

This commit is contained in:
Vladimir.Orlov
2016-06-01 13:29:37 +03:00
parent 4df87e1a02
commit 5dd3d8a496
+1
View File
@@ -538,6 +538,7 @@ binding.setVariable("layoutMacApp", { String path, String ch, Map args ->
replacefilter(token: "@@version@@", value: version)
replacefilter(token: "@@vmoptions@@", value: vmOptions)
replacefilter(token: "@@idea_properties@@", value: coreProperties)
replacefilter(token: "@@idea.paths.selector@@", value: args.system_selector)
replacefilter(token: "@@class_path@@", value: classPath)
replacefilter(token: "@@help_id@@", value: helpId)
replacefilter(token: "@@url_schemes@@", value: urlSchemes)