Can’t step into method (debug) with F11 in Visual Studio
-
I have a project that have a class that I can’t step into a method call with F11 during debugging. Any tip what could be wrong?
_____________________________ ...and justice for all
-
I have a project that have a class that I can’t step into a method call with F11 during debugging. Any tip what could be wrong?
_____________________________ ...and justice for all
Did you Put a Breakpoint ?
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswa@its.co.za www.ITS.co.za
-
I have a project that have a class that I can’t step into a method call with F11 during debugging. Any tip what could be wrong?
_____________________________ ...and justice for all
Hmm, have you got the pdb available/debug build etc? Also, its a long shot but there's a custom attribute (can't remember what it is) which instructs the debugger to step over methods and such. There's also an option on the debug context menu which tells the debugger to 'step over properties and operations'. Check you don't have that set.
Regards, Rob Philpott.
-
Hmm, have you got the pdb available/debug build etc? Also, its a long shot but there's a custom attribute (can't remember what it is) which instructs the debugger to step over methods and such. There's also an option on the debug context menu which tells the debugger to 'step over properties and operations'. Check you don't have that set.
Regards, Rob Philpott.
-
I have a project that have a class that I can’t step into a method call with F11 during debugging. Any tip what could be wrong?
_____________________________ ...and justice for all
Is it just that class that doesn't work, or is it during any debug session with any project? Are you sure F11 is mapped to that command?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Is it just that class that doesn't work, or is it during any debug session with any project? Are you sure F11 is mapped to that command?
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Yes just one class and one method. No attributes are on the method or it's class.
_____________________________ ...and justice for all