Chapter 6: Debugging with Visual Studio | 151 |
Figure 6-2 The Build (C#) and Compile (VB) Properties tab
Do a build of your application, which will produce various files suitable for debugging. To view these files,
There are four files in Figure
There are two files with vshost in their name, which are instrumental to the debugging process. A *.vshost file makes your application load faster during debugging, gives you the ability to test your application with different security configurations, and allows you to evaluate expressions while debugging. The vshost files are for debugging only, so you