Debugging, dont work correctly

  • Thread starter Thread starter How do i Debug my Prgram
  • Start date Start date
H

How do i Debug my Prgram

Hi,

i Press F8 an i see a MsgBox befor the code is there.
Is there a diffrence between VB6 and VB.net???
 
Hi,

Open the Debugging->Exceptions... dialog box and ensure the debugger is not
configured to break on every exception at the moment the exception is
thrown.
 
Back
Top