排除IPC故障的最佳方法是什么?
是否有任何工具/技巧可以确定问题(无需请求源代码)?
我有两个第三方组件。IPC服务器配置和客户端配置似乎是正确的。然而,这两个组件并不想进行通信。一个组件抛出了一个空对象异常,我认为这是由于远程处理配置中的错误所致……
发布于 2009-02-26 01:36:51
如果您安装了来自组件的PDB文件,请尝试使用ADPLUS获取转储。
DebugDiag 1.1 or Windbg, which one should I use? and how do I gather memory dumps
查找内存泄漏的其他信息:
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
https://stackoverflow.com/questions/586692
复制相似问题