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

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

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

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