Can't step into a function using f11 in debugger

  • Thread starter Thread starter Andrew Falanga
  • Start date Start date
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
 
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?
 
Back
Top