We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf7f3a commit a885ae2Copy full SHA for a885ae2
fabric/build.gradle.kts
@@ -77,11 +77,13 @@ tasks.test {
77
outputs.upToDateWhen { false }
78
}
79
80
-//Mixin hotswap
+//Mixin hotswap, debug flags
81
afterEvaluate {
82
loom.runs.configureEach {
83
// https://fabricmc.net/wiki/tutorial:mixin_hotswaps
84
vmArg("-javaagent:${ configurations.compileClasspath.get().find { it.name.contains("sponge-mixin") } }")
85
+ vmArg("-Dmixin.debug.export=true")
86
+ vmArg("-Dmixin.debug=true")
87
88
89
0 commit comments