Chapter 8. Debugging XML Web Services with Visual Studio .NET

In this chapter, you will learn how to:

  • Debug XML Web services using the Microsoft Visual Studio .NET debugger.

  • Use and configure breakpoints.

  • Break the debugger’s execution when exceptions are thrown.

  • Step through code statements using the debugger.

Even the most experienced and careful programmer will make mistakes when writing code. These mistakes fall into two categories, compile-time errors and run-time errors. Compile-time errors are those that prevent you from compiling your project, perhaps because you made a typing error or entered a code statement that is illegal. Visual Studio .NET helps you fix compile-time errors by highlighting problems in the code editor and reporting errors ...

Get Microsoft® .NET XML Web Services Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.