Can you recommend a good MySQL stored procedure debugger?
Extra points if it is open source, and works in linux :)
Thanks!
Can you recommend a good MySQL stored procedure debugger?
Extra points if it is open source, and works in linux :)
Thanks!
It's neither open source (but freeware) nor works in linux, but Toad® for MySQL should be able to assist you in debugging stored procedures on a Windows client.
I don't know if this would meet your requirement but it's the only thing that comes to mind.
Edit: This may also be helpful but it doesn't quite meet either the free or available on Linux test.
I have used SQLYog MySQL editor and it has some nice features. Unfortunately it does not really meet your criteria. There is a community edition though, so its half way there.
You can try Illatis StepIn, debug MySQL stored procedures in Windows and Linux. See this page: http://www.illatis.com/downloads/downloads.php.
Cheers
Please try the following MySQL debugger that supports breakpoints, a call stack, a variables evaluation, watches of any routines (procedures, function and even triggers) http://www.devart.com/dbforge/mysql/studio/code-debugger.html.
But, unfortunately, it runs only on Windows.