I have created an SSIS package in SQL Server. In Data Flow I have added a Script Task in which there is a break point. When I started debugging the package, it hit the break point and everything went fine.
Then I made some changes in code in Script Task and now break point won't hit. I have tried everything but no luck. I have even did the following as per Microsoft but same issue.
In the package it self it shows that Red circle on Script Task which means there is a break point but it never hits. When I debug the package and it reaches the Script Task, then looks like it is trying to open the editor and hit the break point but then it automatically closes and continues with the code. What am I doing wrong?