Debugging in MySQL Developer Studio - Trial Version

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
whgibbo
Posts: 1
Joined: Thu 03 May 2007 10:00
Contact:

Debugging in MySQL Developer Studio - Trial Version

Post by whgibbo » Thu 03 May 2007 10:04

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

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 03 May 2007 12:30

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.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 03 May 2007 15:08

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.

Post Reply