May 19, 2017 at 7:19 am
Hi, anywhere I put breakpoints in my solution, they're not hit, even if the command they contain is run. Run64BitRuntimeOption is correctly set to false. Any idea?
May 22, 2017 at 4:52 am
Hello
What is you package doing?
I am having a similar issue, although it works well on everything with the exception of foreach containers
I simply cannot get these working
Where it works, I set the breakpoint ad click 'Start Debugging'
foreach just steps over
I have tried practically everything
Well, except a method that works! ...
- Damian
May 22, 2017 at 5:27 am
Might be useful to know what version of SSDT/BIDS you are both using.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
May 22, 2017 at 5:45 am
2008 R2 for me
- Damian
May 22, 2017 at 5:47 am
nevermind...you explicitly said you toggled 32 bit mode....
Lowell
May 22, 2017 at 6:14 am
I didn't think you could step though your .Net code with a breakpoint in 2008 R2?
You might have to default to using what we called back in the day, the Prime debugger. The debugger on the Prime system was so poor, you ended up putting a bunch of PRINT statements in your code (yes, a long time ago). Worst case, you can put MessageBoxes in your script task .Net code.
Rob
May 23, 2017 at 9:22 am
This may sound obvious but are you running the package or selecting and running a task? This makes a difference because you only get breakpoints when you run the entire package.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply