My current process for debugging stored procedures is very simple. I create a table called \"debug\" where I insert variable values from the stored procedure as it runs. Thi
Yes, there is a specialized tools for this kind of thing - MySQL Debugger.