Welcome![Sign In][Sign Up]
Location:
Search - windows调试

Search list

[Communication串口调试助手源代码

Description:

类似与windows自带的串口超级终端程序的源代码,值得学习!


Platform: | Size: 48513 | Author: langboy | Hits:

[Debugdll调试工具

Description: 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; ProcessXP——显示 Windows XP 所有并发运行的会话(Sessions)清单;
Platform: | Size: 3043254 | Author: avr001@163.com | Hits:

[Debug并口开发调试工具包

Description: 对于需要编写并口通讯程序的人员来说,可能会需要一款方便的并口调试工具,但这样的 调试工具 目前网络上好像还没有(至少还没有免费的:)),串口调试器倒有很多(包括我曾经写过的“串口调试 器 2002”),因此我花了点时间写了这款支持各类Windows平台的并口调试工具包,希望能对你编程 及开发带来方便。
Platform: | Size: 542768 | Author: kinware@163.com | Hits:

[Bookswindows调试

Description: 调试Windows程序是一件繁琐而又复杂的事情,掌握必要的调试策略却可以使这些工作变得轻松起来。本书精选了进行Windows调试所需的基础调试技巧,共分为三个大部分。第一部分介绍调试策略,帮助理解调试过程,以及如何使用C++语言、断言、跟踪和异常来预防、揭示、诊断和消除错误。第二部分介绍C++和Windows中的调试工具。第三部分介绍调试技术,帮助读者充分利用Visua C++的调试工具,并特别论述了与调试内存相关的问题、多线程问题和COM问题。本书将重点放在调试概念上,而不是简单地介绍工具,因此具有很强的实用性,是您在程序开发时的最佳选择。 本书送合有一定Visual C++基础知识的程序开发员及计算机爱好者阅读。
Platform: | Size: 9400771 | Author: popularwang@126.com | Hits:

[OS program调试技术与异常处理

Description: 介绍调试技术与异常处理控件开发 VC 开发进、阶段- The introduction debugging technology and the exception handling control to develop VC to develop, the stage
Platform: | Size: 30720 | Author: 蔡蔡 | Hits:

[Windows Develop串口调试助手源程序及编程详细过程

Description: 串口调试助手源程序及编程详细过程-serial debugging and programming assistant source detailed process
Platform: | Size: 115712 | Author: 熊宏 | Hits:

[Windows DevelopWindows CE数据库程序的开发

Description: 由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编译和连接。 数据库文件存放在Windows CE 设备的CF(Compact Flash)存储卡上,程序运行时,要求设备有CF存储卡。-is based on the Windows CE procedures, it is not in ordinary C or VC debugging environment. Should the Microsoft Platform Builder 3.0 development system compiler and linker. Database files stored in the Windows CE devices CF (Compact Flash) memory card, operating procedures, require equipment CF memory card.
Platform: | Size: 8192 | Author: | Hits:

[Windows Develop串口调试工具Comdebug

Description: 简单的Windows下串口调试-simple serial debugging Windows
Platform: | Size: 96256 | Author: 海明 | Hits:

[Process-Thread从NT服务启动Windows程序

Description: 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedures. The procedure was activated as NT services will be running the same (for example, users do not have landing machines, which will run in the background). In the absence of appropriate privileges, the user can not terminate this service launch procedures (unless machine off). You can NT service test and debug your program. For example, you can DevStudio Debugger run your program, single-step access to the source code looking for errors. When the "debug no mistakes", you will configure it into products, from NT service and start it.
Platform: | Size: 28672 | Author: 王明 | Hits:

[DocumentsWindows内核调试器原理浅析

Description: Windows内核调试器原理浅析 简单分析了一下当前windows下主流内核调试器原理-Windows Kernel Debugger principle of a simple analysis for a moment under the current windows mainstream kernel debugger Principle
Platform: | Size: 6144 | Author: | Hits:

[uCOSucos及文件系统ucfs VC环境调试代码

Description: ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。-CENTER is a very good embedded operating system, the author provides only a bc under test and debug code is very difficult to debug and learning, especially beginners. Vc under windows is excellent IDE, if transplanted to vc CENTER run, CENTER will be very convenient debugging and learning, is conducive to the promotion CENTER. The objective of this project is to be able to give CENTER and its related documents ucfs system, ucgui GUI interface, network tcp/ip all transplant, the majority of enthusiasts facilitate learning.
Platform: | Size: 243712 | Author: 测试 | Hits:

[VC/MFCWindows_programming_debug

Description: < windows程序调试>>,这本书很好的介绍了在VC++6.0环境下,怎么来调试一个程序,包括多线程调试等一些高级调试技术!-<Windows program debugging>> this book describes a very good VC++ 6.0 environment, how to debug a program, including multi-threaded debugging some advanced debugging techniques!
Platform: | Size: 8637440 | Author: 朱逸 | Hits:

[OtherDebuggingKernelWithWinDBG

Description: WINDOWS调试工具很强大,但是学习使用它们并不容易。特别对于驱动开发者使用的WinDbg和KD这两个内核调试器(CDB和NTSD是用户态调试器)。本教程的目标是给予一个已经有其他调试工具使用经验的开发者足够信息,使其能通过参考WINDOWS调试工具的帮助文件进行内核调试。本文将假定开发者熟悉一般WINDOWS操作系统和进程的建立过程。 本文的重点是集成内核模式和用户态模式的图形化调试器WinDbg。KD在脚本和自动化调试中更有用,并且在资深程序员中拥有一定地位,但是本教程将集中讨论WinDbg,只会偶尔提到KD。 本文讨论的是Windows NT 4.0,Windows 2000或以后的版本,而且目标电脑的处理器基于X86架构。对于64位平台,将不会特别提及。 总之,本教程由简单介绍调试器的安装开始,大体分成2部分,基础知识和选择技术。基础知识包括基本调试命令和常用调试命令。选择技术是其他命令和在很多情况下都有用的调查方法。后者并不是调查象deadlocks, memory corruption或者resource leaks的唯一方法。第一次阅读本教程,你可能会跳过选择技术。你可以停止阅读本教程而转向微软调试器讨论组,也可以通过调试器的反馈e-mai解决更多的问题。 -err
Platform: | Size: 462848 | Author: HUANG | Hits:

[Windows DevelopWINDOWSdebug

Description: WINDOWS 程序调试 debug 适合初学者-WINDOWS program debugging debug for beginners
Platform: | Size: 13366272 | Author: sophia | Hits:

[VC/MFCSoftwareDebugging

Description: 软件调试,微软出版社出版,调试程序必读,详细的介绍了Windows调试器Windbg的使用-Software debugging, Microsoft published debugger must-read, detailed introduction of the Windows debugger Windbg use
Platform: | Size: 1662976 | Author: pplo | Hits:

[VC/MFCWindows

Description: Windows调试工具入门-5(WinDbg内核调试常用命令).-Windows debug
Platform: | Size: 508928 | Author: 邹刚 | Hits:

[Windows DevelopWindows

Description: windows 调试的使用经验总结 囊括了调试的方方面面,看完本书后 你绝对会对windows产生向往-introduce the point ,how to use point and so on
Platform: | Size: 9400320 | Author: xcc | Hits:

[Windows DevelopDebugging-Windows-Programs

Description: 该资源是《Debugging Windows Programs》中文版电子书,即《Windows调试》,介绍了vc/mfc程序的调试原理和技术,对程序调试很有帮助,很好的一本书-Introduced vc/mfc program debugging principles and techniques useful for debugging, a good book
Platform: | Size: 9426944 | Author: mzp | Hits:

[OtherWindows调试

Description: 该工具可以定位出window平台上的任务,根据生成的日志文件同,加以分析就可以找到bug.里面包含了dll文件,.h文件,调试工具,使用说明书(The tool can locate the tasks on the window platform, and, according to the generated log files, you can find the bugs. The DLL files contain DLL files,.h files, debugging tools, and instructions)
Platform: | Size: 20994048 | Author: Icannotlose | Hits:

[Windows Develop[软件调试].张银奎.扫描版

Description: windows下调试内核态和用户态代码,新手或老手都适用(Windows debug kernel state and user state code)
Platform: | Size: 65217536 | Author: run——exe | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net