Turn on Idea tooling debugging on IDE launch
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user