'Debugging Mysql Stored Procedure using TOAD for Mysql

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.



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Artem Duma