Hi,
Exist any API to create a degugger for MySQL Stored
procedures? or any documentation available for this purpose.
Regards,
Peter
Printable View
Hi,
Exist any API to create a degugger for MySQL Stored
procedures? or any documentation available for this purpose.
Regards,
Peter
you can read this http://www.futhark.ch/mysql/114.html
Some database IDEs must have debuggers.
For example, there is a built-in debugger in MySQL Developer Studio (this is what I have been using for a long time).
Somebody posted an article called "Debugging MySQL Stored Routines" recently. I think there was some info about what you asked.