❔ visual studio debugger skipping chunks of code
Hello there, when I step through my code with F11, where it's marked in green is where it stops and goes straight to another method entirely, skipping everything inbetween. I've made sure I'm in debug mode, optimize code is unchecked, i've tried restarting, cleaning and rebuilding and nothing seems to work.
While running the program normally nothing within the marked foreach statement seems to be working either.
While running the program normally nothing within the marked foreach statement seems to be working either.
