stored procedure debug error

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
gqz2000
Posts: 2
Joined: Fri 25 Sep 2015 15:42

stored procedure debug error

Post by gqz2000 » Fri 25 Sep 2015 15:47

When I tried to debug on a SP that runs for a while (more than 10 seconds) it always shows an error "Synchronization timed out, operation is too long" then stop.

version:
dbForge Studio for MySQL
6.3.358

Anyway I can have the debugger finishes running with that error?
Thanks.

alexa

Re: stored procedure debug error

Post by alexa » Fri 25 Sep 2015 15:52

You need to increase the value in the 'Timeout' field that is in the 'Debugging -> General' branch of the 'Options' window. To open the 'Options' window, please select 'Tools -> Options...' from the main menu.

gqz2000
Posts: 2
Joined: Fri 25 Sep 2015 15:42

Re: stored procedure debug error

Post by gqz2000 » Fri 25 Sep 2015 19:15

That worked. Thank you.

Post Reply