Turn on Idea tooling debugging on IDE launch

This commit is contained in:
Dmitriy Dolovov
2020-04-08 22:08:39 +07:00
parent 775d3b6e22
commit 503c06a965
2 changed files with 2 additions and 0 deletions
@@ -177,6 +177,7 @@ fun Project.runIdeTask(name: String, ideaPluginDir: File, ideaSandboxDir: File,
"-Didea.debug.mode=true",
"-Didea.system.path=$ideaSandboxDir",
"-Didea.config.path=$ideaSandboxConfigDir",
"-Didea.tooling.debug=true",
"-Dapple.laf.useScreenMenuBar=true",
"-Dapple.awt.graphics.UseQuartz=true",
"-Dsun.io.useCanonCaches=false",
+1
View File
@@ -198,6 +198,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
"-Didea.debug.mode=true",
"-Didea.system.path=${sandboxDir.absolutePath}",
"-Didea.config.path=${sandboxDir.absolutePath}/config",
"-Didea.tooling.debug=true",
"-Dapple.laf.useScreenMenuBar=true",
"-Dapple.awt.graphics.UseQuartz=true",
"-Dsun.io.useCanonCaches=false",