Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging runs even with compiler's errors in Visual Studio

When I start debugging a project in Visual Studio 2010 (F5), the applications runs even if there are compiler's errors. Why is this so? How can I repair this?

like image 511
Peter17 Avatar asked Apr 28 '11 06:04

Peter17


People also ask

How do I turn off JIT debugging?

You can configure Just-In-Time debugging from the Visual Studio Tools > Options (or Debug > Options) dialog box. To enable or disable Just-In-Time debugging: On the Tools or Debug menu, select Options > Debugging > Just-In-Time.

How do I enable debugging in Visual Studio?

In the Visual Studio toolbar, make sure the configuration is set to Debug. To start debugging, select the profile name in the toolbar, such as <project profile name>, IIS Express, or <IIS profile name> in the toolbar, select Start Debugging from the Debug menu, or press F5.


1 Answers

Menu, Tools->Options

enter image description here

like image 135
Christo Avatar answered Nov 16 '22 03:11

Christo