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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top