Procedure debugging

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
OdedE
Posts: 1
Joined: Fri 27 Oct 2017 12:01

Procedure debugging

Post by OdedE » Fri 27 Oct 2017 12:05

Hi,
Is it possible to open an sql window while in debug mode so a query can be run for the debug current context?

Thanks!

alexa

Re: Procedure debugging

Post by alexa » Fri 27 Oct 2017 13:46

You can't run the query in the SQL document that is currently being debugged. Though, you can open a new SQL document, insert the query and run it.

Post Reply