# HG changeset patch
# User Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
# Date 1617819970 -7200
# Node ID ed27270f5cdf12af6049787f29fa955068f94c87
# Parent  3e28de1c4f81996d72cda4d182ea178480684726
Turn on debug info temporary in order to get more info on JdbcClient startup NPE in default testweb:
Exception in thread "main" java.lang.NullPointerException
	at org.monetdb.client.JdbcClient.main(Unknown Source)

diff --git a/build.properties b/build.properties
--- a/build.properties
+++ b/build.properties
@@ -31,7 +31,7 @@ JDBC_DEF_PORT=50000
 ##
 
 # should we compile with debugging symbols? Not for public releases
-enable_debug=false
+enable_debug=true
 
 # should we optimize the build, preferably not for debugging. Yes for public releases
 enable_optimize=true