my apologies, mixing data up...debugger works now that I have activities correctly setup.
VS Debugger won't hit foreach
If I set a breakpoint at line 240 inside a foreach loop, my debug session skips right over that breakpoint and never hits.
I can set a breakpoint in line 235 just outside/above the foreach loop, and I see that specific breakpoint.
I have a new install of VS on a laptop and seeing this issue.
On my older desktop I set the same 2 breakpoints, and debugger breaks on both lines of code as expected.
Developer technologies | Visual Studio | Debugging
1 additional answer
Sort by: Most helpful
-
CC 96 Reputation points
2021-11-23T16:02:20.687+00:00 A work package is the parent table, and activities fall under the work package >> i.e. activities are the child records.
In my test scenario, I got the WorkPackage ID mixed up, and when the debugger was running, I actually had no child records/activities.