Stop debbuging issue

  • Thread starter Thread starter Simone
  • Start date Start date
S

Simone

Hello

In visual studio when I am debugging my ASP. net code if I hit "stop"
the procedure I am in will still finish itself and doesn't stop where
I expect it to stop.

I remember in VB when you stop your code it stop at the exact line
you're on. Now if I stop at the beginning at the procedure or function
the code will still continue until the end sub/end function.

Any ideas how I can change this? Have you had this problem.

Thanks
Simone
 
Simone,

You mean that when you click on the icon for stop, correct? Is there
any reason that you don't want to use breakpoints? It sounds like
they would be more in line with what you want.

Kathryn
 
Back
Top