Debugging Microsoft .NET 2.0 Applications

John Robbins

  • 出版商: MicroSoft
  • 出版日期: 2006-11-08
  • 售價: $1,970
  • 貴賓價: 9.5$1,872
  • 語言: 英文
  • 頁數: 464
  • 裝訂: Paperback
  • ISBN: 0735622027
  • ISBN-13: 9780735622029
  • 相關分類: .NET
  • 已絕版

買這商品的人也買了...

商品描述

Description

Get hands-on instruction for core debugging techniques—from a leading expert.

Get the essential, straightforward information you need—and master the core topics for debugging applications with Microsoft Visual Studio 2005. Debugging expert John Robbins offers practical answers to real-world development questions, including code samples in Microsoft Visual C# and Visual Basic. You’ll learn the debugging techniques and tools to debug more efficiently and help ensure top-quality code.

Discover how to:
•Arm yourself with tools and techniques that contribute to long-term success in the debugging battlefield
•Implement John’s practical debugging process to sniff out bugs—including “freak” bugs
•Catch bugs during development with assertions, tracers, and comments
•Set advanced breakpoints in your debugger to specify exact trigger conditions
•Use the Watch window, Data Tips, and Visualizers to see key data quickly
•Employ other debugging tools, such as WinDBG, SOS, and ADPlus
•Write macros and add-ins to extend the Visual Studio integrated development environment
•Debug with Code Analysis—and learn to write your own rules