Where is the Immediate window hidden in SSIS script task > vb.net ?

  • 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] ?

  • pisorsisaac - Monday, February 13, 2017 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] ?

    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).

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply