Skip to content

Commit fde68bf

Browse files
committed
Set runSpringAnalyzerProcessWithDebug to false
1 parent aeed41d commit fde68bf

File tree

1 file changed

+1
-1
lines changed
  • utbot-framework-api/src/main/kotlin/org/utbot/framework

1 file changed

+1
-1
lines changed

utbot-framework-api/src/main/kotlin/org/utbot/framework/UtSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ object UtSettings : AbstractSettings(logger, defaultKeyForSettingsPath, defaultS
303303
* @see runInstrumentedProcessWithDebug
304304
* @see org.utbot.framework.process.SpringAnalyzerProcess
305305
*/
306-
var runSpringAnalyzerProcessWithDebug by getBooleanProperty(true)
306+
var runSpringAnalyzerProcessWithDebug by getBooleanProperty(false)
307307

308308
/**
309309
* The spring analyzer process JDWP agent's port.

0 commit comments

Comments
 (0)