The debugging experience in SSIS is not what I expect.
I have a script task in which I added Imports System.Diagnostics to the class header, and in the code I have various messages like debug.writeline ("Attemtpting to move file").
But they do not appear in the output window.
Did I miss something?
source share