andrew tan
andrew tan

Reputation: 13

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.

Upvotes: 0

Views: 229

Answers (1)

Artem Duma
Artem Duma

Reputation: 1

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

Upvotes: -1

Related Questions