Step into function

May 2, 2013 at 7:09am
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
May 2, 2013 at 7:13am
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.
May 2, 2013 at 7:28am
yeah I didn't have it in a different file.. I will tho so I can see the values.. Thanks for the input
May 2, 2013 at 8:09am
that worked out great MikeyBoy thank you!
May 2, 2013 at 8:12am
You're welcome! Glad it worked :)
Topic archived. No new replies allowed.