Reputation: 13
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.
Upvotes: 0
Views: 229
Reputation: 1
I used DBForge Studio for Mysql for debugging all my code. This is easiest way for debugging all mysql code.
Upvotes: -1