From 2251008ae44dd0bfb37d2d47a97da6348438132a Mon Sep 17 00:00:00 2001 From: Jonathon Menz Date: Sat, 22 Nov 2014 09:26:02 +1030 Subject: [PATCH] Clockwork shout-out --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b2994..f3669e9 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,8 @@ The BetterNavigator.ss template's scope is set to the page that is being viewed, ##Known issues - * Probably won't work in IE8 or lower. \ No newline at end of file + * Probably won't work in IE8 or lower. + +##Bonus: better debugging tools + +This module provide quick access to SilverStripe's built in [URL Variable Tools](http://doc.silverstripe.org/framework/en/reference/urlvariabletools) but reading their output isn't much fun. You can peek under SilverStripe's hood much more conveniently using the recently released [SilverStripe Clockwork](https://github.com/markguinn/silverstripe-clockwork) by Mark Guinn. Out of the box SQL Queries and controller events are logged. It's Chrome only for now. \ No newline at end of file