Hi guys,
I'm new to SilverStripe and i can't seems to get the debugging working.
So far i've done
/mysite/_config/config.yml
Director: environment_type: 'dev'
in code
Debug::show($data);
url
http://someUrl/page?isDev=1
http://someUrl/page?debug=1
http://someUrl/page?dev=1
But i can't seem to get it to work.
am i missing?
Also should I be expecting something on the screen?