unable to debug stored functions/procedures in mySQL 5.5.20

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
lpodolsky
Posts: 1
Joined: Fri 20 Apr 2012 14:02

unable to debug stored functions/procedures in mySQL 5.5.20

Post by lpodolsky » Fri 20 Apr 2012 14:09

When attempting to debug a stored function after compiling for debugging by right clicking a stored function in DB, choosing step into, specifying parameters, the execution stops as expected on BEGIN. Then after clicking step over, the software hangs for some time and then looses connection.

Using dbForge for MySQL version 5.0.67 Professional Edition.

alexa

Post by alexa » Fri 20 Apr 2012 15:11

Could you please provide us the CREATE FUNCTION statement of the stored function (right-click it in Database Explorer and select 'Generate Script As -> CREATE' from the popup menu) and the CREATE TABLE statement(s) of the table(s) that is (are) mentioned in the stored function (right-click the table in Database Explorer and select 'Generate Script As -> CREATE' from the popup menu)?

Since the information may be confidential, we suggest you to send it straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you via this system.

alexa

Post by alexa » Tue 24 Apr 2012 16:41

We were not able to reproduce the problem. However, we will keep investigating it.

Post Reply