debugging in c#

  • Thread starter Thread starter juzan
  • Start date Start date
J

juzan

hi
i remember debugging in vb6.
i used to press ctrl + break to enter debug mode and then press F8.
Then whereever i click on the form or any control on the form, i could debug
that code.
how is that done in visual studio.net.
thanx
 
juzan said:
hi
i remember debugging in vb6.
i used to press ctrl + break to enter debug mode and then press F8.
Then whereever i click on the form or any control on the form, i could debug
that code.
how is that done in visual studio.net.
thanx

Drop down the Debug menu - all the options are there :-)
 
Back
Top