Page 1 of 1

stored procedure debug error

Posted: Fri 25 Sep 2015 15:47
by gqz2000
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.

Re: stored procedure debug error

Posted: Fri 25 Sep 2015 15:52
by alexa
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.

Re: stored procedure debug error

Posted: Fri 25 Sep 2015 19:15
by gqz2000
That worked. Thank you.