February 13, 2017 at 3:36 pm
Is there a way to display the Immediate window (MSDN's mention of Debug > Windows > Immediate seems incorrect) while the code is in break mode in an SSIS [vb.net] script task?
So that I can type a question in the window, such as ?varSomething.value [press enter] ?
February 13, 2017 at 4:59 pm
pisorsisaac - Monday, February 13, 2017 3:36 PMIs there a way to display the Immediate window (MSDN's mention of Debug > Windows > Immediate seems incorrect) while the code is in break mode in an SSIS [vb.net] script task?So that I can type a question in the window, such as ?varSomething.value [press enter] ?
Why bother with this when you have the locals window (for all local variables) and the watch window?
However, CTRL D/I should display the immediate window (while you are in your debug session).
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy