summaryrefslogtreecommitdiffstats
path: root/contrib/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-07-11 12:56:11 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-07-11 12:56:11 (GMT)
commit5fa85b7377db25a73a2208063e3167e82febe98f (patch)
tree2ea561e90cb84ff805387c377a967c076b5b99a6 /contrib/src/uscxml
parent1a362feda9d514ee30ad8815394ce11da2bdd29a (diff)
downloaduscxml-5fa85b7377db25a73a2208063e3167e82febe98f.zip
uscxml-5fa85b7377db25a73a2208063e3167e82febe98f.tar.gz
uscxml-5fa85b7377db25a73a2208063e3167e82febe98f.tar.bz2
Reactivated REST bridge for debugger
Diffstat (limited to 'contrib/src/uscxml')
-rw-r--r--contrib/src/uscxml/InterpreterOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/src/uscxml/InterpreterOptions.h b/contrib/src/uscxml/InterpreterOptions.h
index 44bb399..b6c0e88 100644
--- a/contrib/src/uscxml/InterpreterOptions.h
+++ b/contrib/src/uscxml/InterpreterOptions.h
@@ -41,7 +41,7 @@ public:
withHTTP(true),
withHTTPS(true),
withWS(true),
- withDebugger(true),
+ withDebugger(false),
logLevel(0),
httpPort(5080),
httpsPort(5443),