Can't step into a function using f11 in debugger

A

Andrew Falanga

Hi,

I'm trying to debug a C# application and can no longer step into
functions using f11. What might be the cause of this? What's really
irritating is that I cannot step into functions in the managed space.
The code hasn't reached the call to unmanaged code yet and still will
not allow me to step into the functions.

Thanks,
Andy
 
J

Jeff Johnson

I'm trying to debug a C# application and can no longer step into
functions using f11. What might be the cause of this? What's really
irritating is that I cannot step into functions in the managed space.
The code hasn't reached the call to unmanaged code yet and still will
not allow me to step into the functions.

You mean ANY function in ANY project, or just certain projects?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top