Debug VS Enter In If and Else at the same time!

Hi, Im Create a Game Based in Presets and When I Debug My Class Visual Studio Enter and if and else at the same time… My Code is correct ?

Sorry, I have looked into a second time. You are right, it’s wired.

I have seen these, Debugger is stepping to wrong lines if the binaries do not correspond to the source code, or if using a release version of binaries. I think your project is not built in a consistent way.

Try to rebuild everything and then check how it works.

Ok, Thanks for reply…