How to stop on first error

  • Thread starter Thread starter dfetrow410
  • Start date Start date
D

dfetrow410

Is there a setting in VS to stop the debugging prosess when is finds a
compile error?
 
Hello, (e-mail address removed)!

d> Is there a setting in VS to stop the debugging prosess when is finds a
d> compile error?

Compile errors are discovered in the compile-time, debugging is considered to be runtime.

So, what kind of error do you mean? If you mean stop debugging, when any exception ocurred, then
required setting can be found under "Debug" item
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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