Hi, I'm having trouble with some code in a onBeforeWrite function (2.3.2 on xampplite) and using Debug::Show() to try to look at variables causes a javascript parse error.
I've tried looking at firebug but all it says is that there's no activity to profile. I've tried simplifying things by having a simple Debug::Show("here") but not even that works. I've also put Director::set_environment_type('dev') on my _config.php
Any suggestions?