您的位置:首页 > 其它

.NET应用程序调试总结系列视频(二):VS Debugger Basics

2010-11-25 10:09 309 查看
锋哥的调试系列视频终于更新了,这一次他给我们介绍了VS调试器最常用的基本功能,并演示了如何使用这些功能。有一部分是C#专用的,但是很多对与C++也非常管用。这次课程的内容如下:

DebugView
Tracepoints
Using JIT Debugging
Breakpoints
Watch Window
Immediate Window
Exception
Debugger Attach
vshost.exe process(.net dev only)
Debugger Class usage
Debugger attribute(.net only)
Write a Custom Visualizer
*.suo

本次课程下载地址:

视频:http://cid-2cd0144b16b3ba5c.office.live.com/self.aspx/Public/DotNet%20Debugging%20Series/02%20VS%20Debugger.7z

ppt:http://cid-2cd0144b16b3ba5c.office.live.com/self.aspx/Public/DotNet%20Debugging%20Series/02%20VS%20Debugger.ppt

系列课程:http://cid-2cd0144b16b3ba5c.office.live.com/browse.aspx/Public/DotNet%20Debugging%20Series

陈锋博客:http://fengchen.wordpress.com.cn/2010/11/17/netappdbgsumup/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: