views:

474

answers:

6

Can you recommend a good MySQL stored procedure debugger?
Extra points if it is open source, and works in linux :)

Thanks!

+3  A: 

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.

Stefan Gehrig
+1  A: 

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.

Onorio Catenacci
+2  A: 

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.

Vincent Ramdhanie
A: 

You can try Illatis StepIn, debug MySQL stored procedures in Windows and Linux. See this page: http://www.illatis.com/downloads/downloads.php.

Cheers

Leandro
+1  A: 

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.

JackD
+1  A: 

The best mysql debugger is in dbForge Studio for MySQL! (imho)

Zoitc2014