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
Procedure parameters for Single Step and Run are Different
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.

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.