Page 1 of 1

unable to debug stored functions/procedures in mySQL 5.5.20

Posted: Fri 20 Apr 2012 14:09
by lpodolsky
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.

Posted: Fri 20 Apr 2012 15:11
by alexa
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.

Posted: Tue 24 Apr 2012 16:41
by alexa
We were not able to reproduce the problem. However, we will keep investigating it.