breakpoints is not working in Script Component

Hi All,

I have one package which contain two script component (C# coding).Both component have breakpoints in it but when i start debugging package first script component using breakpoints but second script component ignoring all breakpoints and jumping to next component. how is this possible that one script component can use breakpoints and another one not.

Regards,

Akshay Adiva

September 2nd, 2015 2:22am

Hi Akshay,

The Script component does not support the use of breakpoints. Therefore, you cannot step through your code and examine values as the package runs.
http://msdn.microsoft.com/en-us/library/ms136033.aspx

Use:
MessageBox.Show
or
fire events

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 3:05am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics