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.
stored procedure debug error
Re: stored procedure debug error
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
That worked. Thank you.