Page 1 of 1

Debugging in MySQL Developer Studio - Trial Version

Posted: Thu 03 May 2007 10:04
by whgibbo
Hi,
Just downloaded the MySQL Developer Studio (trial Version) for the first time. Looks good so far..

Was interested in the debugging, could somebody tell me how to debug a stored function?

I have so far depolyed the Debug Engine, but can't seem to set any breakpoints...

Many thanks

Posted: Thu 03 May 2007 12:30
by Duke
Current Debug Engine does not support stored functions, because MySQL server executes functions in a different way (not the same way as procedures).
At the time we are investigating ways to support stored function debugging.

Posted: Thu 03 May 2007 15:08
by Duke
Recenly we discovered that MySQL AB fixed the problem with stored functions in MySQL server 5.1.13. So we'll support stored functions in the nearest release.