Editor new debug mode in 1.6
Editor new debug mode in 1.6
rf1234
Posts: 3,028Questions: 88Answers: 422
Where do I find this new debug mode for Editor 1.6? How do I run it? I really need to see the SQL that Editor runs. Would make bug fixing so much easier!
From the release notes:
“A new debug mode so you can see exactly what SQL Editor's server-side libraries are running.“
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Found it in the meantime - and it works
"Debug mode which can be enabled using ->debug(true). When enabled it will let you see the SQL statements that Editor is using and will return them in the JSON data as the property debug-sql. This can be useful for understanding exactly what Editor is being and diagnosing any issues encountered. Obviously turn it off for production deployment!"
Yup - exactly that!
I'm going to write up a tech note at some point about debugging common Editor issues that this will help resolve.
Allan