Step into function

Hello everyone I was wondering if there is a way to make Visual Studios step into a function while I am debugging.. I am trying to see the value of a certain int and making sure it is what I need it to be.. but whenever I use step into visual studios just skips right over the function and it does all the calculations..

Thanks in advance
Is the function you want to step into in a different file? If so, did you compile that file with debug flags on? If you didn't, then VS won't be able to step into it. Try compiling that function again.
yeah I didn't have it in a different file.. I will tho so I can see the values.. Thanks for the input
that worked out great MikeyBoy thank you!
You're welcome! Glad it worked :)
Topic archived. No new replies allowed.