
调试
王林森
当蝴蝶在南半球拍了两下翅膀,它就会稍微飞高一些。
(已迁往www.cnblogs.com/wlsandwho/)
展开
-
Debugging Functions
啊翻译 2014-01-23 17:54:44 · 1326 阅读 · 0 评论 -
Debugging and Error Handling
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ee663265%28v=vs.85%29.aspx本文链接:In this sectionApplication Recovery and Restart 应用的恢复和重启Error Handling 错误处理Basic Debugging 基翻译 2014-01-20 23:45:17 · 1094 阅读 · 2 评论 -
Debug Support from Process, Thread, and Exception Functions
Some functions essential to debugging are actually classified as process, thread, or exception-handling functions.调试所必需的函数实际上分为进程、线程、异常处理函数。 For a description of how to start a process that is going t翻译 2014-01-21 21:28:58 · 1133 阅读 · 0 评论 -
Using Basic Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/bb204636%28v=vs.85%29.aspx本文链接:The following topics describe basic debugging support:Configuring Automatic Debugging 配置自动调试器Cre翻译 2014-01-21 00:03:57 · 870 阅读 · 0 评论 -
EXCEPTION_DEBUG_INFO structure
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679326%28v=vs.85%29.aspx本文链接:Contains exception information that can be used by a debugger.SyntaxC++typedef翻译 2014-01-24 21:11:55 · 1740 阅读 · 0 评论 -
Configuring Automatic Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/bb204634%28v=vs.85%29.aspx本文链接:Users can configure automatic debugging to help them determine why their system or an application has st翻译 2014-01-23 23:09:39 · 1254 阅读 · 1 评论 -
Debugging Reference
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679304%28v=vs.85%29.aspx本文链接:The following elements are used with debugging:Debugging Events 调试事件Debugging Functions 调试函数翻译 2014-01-21 23:26:08 · 875 阅读 · 2 评论 -
Exception Handling Functions for Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679330%28v=vs.85%29.aspx本文链接:When an exception occurs in a process that is being debugged, the system notifies the debugger by passin翻译 2014-01-21 23:09:57 · 881 阅读 · 0 评论 -
Debugging Structures
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679305%28v=vs.85%29.aspx本文链接:The following structures are used with debugging:下面的是一些调试时用到的结构体: CONTEXT CREATE_PROCES翻译 2014-01-23 20:44:48 · 846 阅读 · 0 评论 -
Basic Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679276%28v=vs.85%29.aspx本文链接:A debugger is an application that enables a developer to observe and correct programming errors. 调翻译 2014-01-20 23:56:38 · 891 阅读 · 0 评论 -
Thread Functions for Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms681395%28v=vs.85%29.aspx本文链接:The CreateThread function creates a new thread for a process. Debuggers typically need to examine or cha翻译 2014-01-21 22:35:20 · 1070 阅读 · 0 评论 -
Process Functions for Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms680549%28v=vs.85%29.aspx本文链接:The CreateProcess function enables a debugger to start a process and debug it. The fdwCreate parameter翻译 2014-01-21 21:38:04 · 939 阅读 · 0 评论 -
Debugging Terminology
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679306%28v=vs.85%29.aspx本文链接:The following terms are used when describing debugging.Blue screen When the system encounters翻译 2014-01-21 01:03:28 · 931 阅读 · 1 评论 -
EXCEPTION_RECORD structure
Describes an exception.描述异常的结构体SyntaxC++typedef struct _EXCEPTION_RECORD { DWORD ExceptionCode; DWORD ExceptionFlags; struct _EXCEPT翻译 2014-01-25 10:17:48 · 6378 阅读 · 1 评论 -
Debugging a Running Process
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679301%28v=vs.85%29.aspx本文链接:To debug a process that is already running, the debugger should use DebugActiveProcess with the process翻译 2014-01-23 21:32:19 · 1352 阅读 · 0 评论 -
Communicating with the Debugger
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679283%28v=vs.85%29.aspx本文链接:The OutputDebugString function sends a string from the process being debugged to the debugger by g翻译 2014-01-23 21:42:18 · 1026 阅读 · 0 评论 -
Debugging Events
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679302%28v=vs.85%29.aspx本文链接:A debugging event is an incident in the process being debugged that causes the system to notify the翻译 2014-01-21 23:30:25 · 2242 阅读 · 2 评论 -
About Basic Debugging
原文链接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679266%28v=vs.85%29.aspx本文链接:翻译 2014-01-21 00:44:18 · 1097 阅读 · 0 评论 -
问题解决——在虚拟机上测试串口软件 收到错误数据
在虚拟机上测试串口软件 收到错误数据。原创 2014-10-28 08:42:49 · 2233 阅读 · 1 评论