排除IPC故障的最佳方法是什么?
是否有任何工具/技巧可以确定问题(没有请求源代码)?
我有两个第三方组件。 IPC服务器配置和客户端配置似乎是正确的。然而,这两个组件不想沟通。抛出空对象异常的一个组件,我认为这是由于远程配置中的错误导致的....
答案 0 :(得分:0)
如果您安装了组件的PDB文件,请尝试使用ADPLUS获取DUMP
DebugDiag 1.1 or Windbg, which one should I use? and how do I gather memory dumps
mem泄漏发现的其他信息:
Reverse Engineering and Debugging Blogs
All the Ways to Capture a Dump...
Troubleshooting Software Problems: A Scientific Approach
Two Minute Drill: Configuring a Debugger using Image File Execution Options
Slides and resources for TechED presentations about debugging .NET issues with Windbg
background tool : ExcpHook Exception Monitor