Skip to content

Commit

Permalink
enable debug mode in runIde
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed May 6, 2024
1 parent d2d107f commit 1772013
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,11 @@ project(":plugin") {
channels.set(listOf(publishingChannel))
}

runIde { enabled = true }
runIde {
enabled = true
systemProperty("org.move.debug.enabled", true)
// systemProperty("idea.log.debug.categories", "org.move.cli")
}
prepareSandbox { enabled = true }
buildSearchableOptions {
enabled = true
Expand Down

0 comments on commit 1772013

Please sign in to comment.