.net - Is it possible to manually enter step-through mode in visual studio without a breakpoint? -



.net - Is it possible to manually enter step-through mode in visual studio without a breakpoint? -

i apologize if duplicate post, couldn't find reply in other thread.

i aware step application starting debugger f10 or f11. aware set breakpoint on gui events. - not want.

i able press button somewhere in vs, , have kick "step-into" mode next piece of user code gets triggered stepped through. want don't have set breakpoints on in code. save me lot of time able application in state, manually turn on step-into mode, , trigger code run want step through.

any ideas?

edit:

here's step step since didn't explain well. there 2 suggestions utilize break all, still occurs before i'm trying do.

my goal:

launch application manipulate application without breakpoints/step-through manually turn on step-through trigger code (click button, hover on something, alter focus, etc.) be in step through mode @ code triggered action.

as can see - break command occurs not allow me trigger step 4. halts program, , i'm still left finding code trigger when perform action.

i understand may not possible; want hear experts can stop looking it.

occassionally utilize "disable break points" , "enable break points" want, otherwise chrisf answered.

also trick chrisf's answer, when press ctrl + alt + break , f10 or f11 till code finishes , left seeing application, ide still in step thru mode - meaning when click button event wont fire off, ide halt in first line of code in button click event, though button click event doesn't have breakpoint in it.

.net visual-studio visual-studio-2010

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -