Breakpoint - Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hai, can any one help me in this problem

I have an VB.NET Application, which is bounded by VSS. I have given a breakpoint in one form (login form) and also in another form (split form). I have check out-ed both of these forms. I run the application by pressing F5 key only. The application stops at the breakpoint given in the first form(login form) but i never stops at the second breakpoint given in the second form (Split form)

Can any one please suggest me some tips/ steps to overcome this

thanking you all
V.Boomessh
 
Hi V. Boomesh,

In that case I put a breakpoint in the point where the Split form is
initialized and go furter in that part. Keep in mind that if the breakpoint
in the .<System.Diagnostics.DebuggerStepThrough()>
it never will stop.

I hope this helps?

Cor

Hai, can any one help me in this problem?

I have an VB.NET Application, which is bounded by VSS. I have given a
breakpoint in one form (login form) and also in another form (split form). I
have check out-ed both of these forms. I run the application by pressing F5
key only. The application stops at the breakpoint given in the first
form(login form) but i never stops at the second breakpoint given in the
second form (Split form).
 
Back
Top