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
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