Debugging Mysql Stored Procedure using TOAD for Mysql

212 Views Asked by At

I installed the freeware version of TOAD for Mysql and tried using it to run and execute a stored procedure in debug mode (procedure tab then right-click on the SP then choose 'Debug'). I placed a breakpoint then run (f11), but nothing happens. (just showing backprocess, no cursor highlight movement on the sp code). Tried playing the step-over, step-into button but no avail. What was the proper step to debug/trace a Mysql SP on TOAD?

Appreciate your kind help. Thank you.

1

There are 1 best solutions below

1
On

I used DBForge Studio for Mysql for debugging all my code. This is easiest way for debugging all mysql code.