possible tools:
- MyDeveloper Studio (windows only, 30 day free trial) — Looks very promising, had some problems with a DO … WHILE … loop. Investigating.
- Toad for MySQL (windows only, freeware) — haven’t tried it.
- Eclipse plugin — there are several database plugins, not sure if any of them would be suitable.
- Hand-written SELECT statements to track variables — a reasonable alternative for projects with only a few stored procedures. Would quickly become slow, tedious and inefficient on bigger projects.
- MyProcDebugger
- gdb