I have a mysql function, i want to debug it, set breakboints, see variables values on that time period etc. How to do it ?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- Pass custom debug information to Microsoft bot fra
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
From my current search so far (though I might have missed something) I have to agree with Devart that you cannot debug UDF functions.
One extra advice to give you is to use the stderr for debugging. I've crafted something rather simple to work with:
You cannot debug UDF function when it is called by MySQL. But I think you can try these variants: