do not have step out option in debugger
-
i am using vs2008 in the debug menu there is no step out option.
-
i am using vs2008 in the debug menu there is no step out option.
I'm not sure how this relates to ASP.NET, are you saying it's only not there when you use ASP.NET ? Is it hidden, is the menu expanded ? Using the menu sucks anyhow, you should learn the shortcut keys.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
i am using vs2008 in the debug menu there is no step out option.
-
I'm not sure how this relates to ASP.NET, are you saying it's only not there when you use ASP.NET ? Is it hidden, is the menu expanded ? Using the menu sucks anyhow, you should learn the shortcut keys.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
i have a break point and when i am pressing F10 to step over (which is present in the debug menu) but step out is not there in the debug menu! so if had found the problem i want to step out of the function but i can not do that i need to keep stepping over until the end of program
-
i have a break point and when i am pressing F10 to step over (which is present in the debug menu) but step out is not there in the debug menu! so if had found the problem i want to step out of the function but i can not do that i need to keep stepping over until the end of program
I think you managed to do a lot of typing without answering any of my questions. Step out is shift and F11, and you appear to be right, it's not in there by default. You can add it by changing the settings of visual studio, to the debug toolbar or menu.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.