原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679288%28v=vs.85%29.aspx
本文链接:http://blog.csdn.net/wlsgzl/article/details/18570985
Debugging a Running Process describes attaching the debugger to a running process. “调试运行的进程”描述了给一个运行的进程附加调试器。Writing the Debugger's Main Loop describes the functions used in the debugger's main loop of execution.“写调试器的主循环”描述了在调试器主循环中执行的函数。
Although most of the debugging functions are used to create a debugger, several functions are designed for use in the process being debugged. 虽然大多数的调试函数是用来创建调试器的,但是还是有一些函数是在被调试进程中使用的。For more information, see Communicating with the Debugger.更多的信息参照调试器的通信。
- Debugging a Running Process 调试运行的进程http://blog.csdn.net/wlsgzl/article/details/18714945
- Writing the Debugger's Main Loop 写调试器的主循环 http://blog.csdn.net/wlsgzl/article/details/18571559
- Communicating with the Debugger 调试器的通信 http://blog.csdn.net/wlsgzl/article/details/18715395