From 42a7bb049a932fac467b9e6e409bdddfab8d389c Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 11 May 2015 19:23:07 -0700 Subject: [PATCH] NODEBUG should also use uncompiled code --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e37b9e4c..a6f838675 100644 --- a/README.md +++ b/README.md @@ -280,9 +280,9 @@ Conversely, if the server is in debug mode but you want to test a compiled versi and the server will serve compiled JavaScript files, regardless whether the server is running in debug mode or release mode. -Another useful gort command is "gort=nodebug", which is like "gort=debug" but also sets the client-side **DEBUG** -variable to *false*, disabling all debug-only runtime checks in the client and allowing the simulation to run much -faster: +Another useful gort command is "gort=nodebug", which is like "gort=debug" in that it serves uncompiled files, but +it *also* sets the client-side **DEBUG** variable to **false**, disabling all debug-only runtime checks in the client +and allowing the simulation to run much faster (although not as fast as compiled code): http://localhost:8088/?gort=nodebug