Break on all errors

  • Thread starter Thread starter Ronchese
  • Start date Start date
R

Ronchese

Hello!

There are this function (Break on all errors) in VB.Net, like we have in VB
6?

Cesar
 
Debug->Exceptions

Select "Common Runtime Exceptions"
Change "When the exception is thrown:" to "Break into debugger".

HTH,
Greg
 
Look At Debug | Exceptions and set your preferences to Continue or break
into the debugger

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
Thanks, all!

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
Look At Debug | Exceptions and set your preferences to Continue or break
into the debugger

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 

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