Procedure parameters for Single Step and Run are Different

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

Procedure parameters for Single Step and Run are Different

Post by KiwiJem » Tue 12 May 2009 05:33

Hi
It is wonderful to have the input parameters for running or single stepping a stored procedure remembered between runs, because they cam be many and complex, and you have to type each into a separate field on the run dialogue, a time consuming business.

However, when switching BETWEEN run and single step modes, the parametewrs are NOT remembered - you have to put them all in all over again.

And now, beware. The RUN parameters, and the STEP parameters are separate. If you change one set in the course of test stepping, and then you go back to RUN, it will be with old parameters.

Is this a FEATURE? If so is there an option to make them one and the same, rather than two which get out of step?

Hopefully yours,
KiwiJem

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 12 May 2009 07:38

It's not a feature, it's more like lack of feature. :)
But, for now, I can suggest you a workaround for this. Specify parameters once for debug mode and use Debug->Start command (it is available when stored routine editor is open) instead of Code->Execute command. If you have breakpoints set in the code you can disable them with single mouse click from Breakpoints window.

KiwiJem
Posts: 37
Joined: Tue 05 May 2009 00:09
Location: Waihi, NZ

Post by KiwiJem » Tue 12 May 2009 22:36

Thank you

Post Reply