Giter VIP home page Giter VIP logo

dbg3's Introduction

dbg3

window 3 环下的单线程调试器.

调试器特点

  • 控制台带高亮界面(好像这点并没有多么地特)
  • 提供类C的条件表达式
  • 框架式编程, 各个模块相对独立,编码便捷

程序的主要模块

  • 调试器框架

主要建立了调试循环, 调用断点管理引擎来处理异常事件

  • 断点管理引擎

主要管理断点. 断点由各个断点模块提供功能. BPObject作为基类,当添加特定类型的断点时,都从这个基类中派生出子类.

  • 反汇编引擎(使用其他库)
  • 汇编引擎(使用其他库)
  • 表达式
  • 显示模块

常见编译错误

由于编码问题会导致一些错误, 在vs2013中,默认的文件编码是gb2312, 当我在github网页中直接修改文件时,导致文件编码变成了utf-8, 因此造成了编码的一些故障,导致在编译时无法通过, 现已修复.

dbg3's People

Contributors

eno-orez avatar enoorez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.