zoukankan      html  css  js  c++  java
  • 013_VM+WinDbg安装

    预计平均三天一课,录制过程中,大纲会实时更新(更改)

    主讲:郁金香灬老师  QQ150330575

    开发环境:VC6,VS2003,VS2008

    www.yjxsoft.net

    www.yjxsoft.com

    教程购买地址:http://yjxsoft.taobao.com

     1.3.5VM+windbg安装 13课

          A、安装VM虚拟机

          B、在VM里安装操作系统

          C、安装windbg

          D、windbg和VM的相关配置

          E、启用windbg双机调试

     一、安装VM虚拟机

     二、在VM里安装操作系统

       设置共享虚拟光驱

       设置一个共享目录 \.host

       安装VM的操作系统

     三、安装windbg http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

     四、windbg和VM的相关配置

    1、在VM中使用命名管道模拟一个串口

    \.pipecom_1

    This end is then server

    the other and is an application

    2、主机 增加windbg快捷方式 

      -b -k com:pipe,port=\.pipecom_1,baud=115200,reconnect -y

    3、被调试机 在boot.ini中增加一行

    /fastdetect /debug /debugport=com1 /baudrate=115200

     五、启用windbg双机调试 

     jpg 改成 doc 

  • 相关阅读:
    【C-数据类型 常量 变量】
    【OC简介-类和对象】
    【ios面试总结】
    【OC基础语法考试】
    【C-01关键字】
    UI3
    ui2
    UI
    C++使用shell命令
    字典
  • 原文地址:https://www.cnblogs.com/kuangke/p/5468247.html
Copyright © 2011-2022 走看看