zoukankan      html  css  js  c++  java
  • How to debug unmanaged C++ dll in C#

    0. Environment

    Windows 8 x64 Enterprice

    Visual Studio 2010 x86

    1. Problem

    We know how to call C++ dll in our C# code in my article Using C++ dll in C# code

    But how to debug the C++ code? That's really very important.

    2. Solution

    2.1 Put your C++ dll project and C# project in the same solution

    2.2 In your C# project
    Right click C# project -> Properties -> Debug -> Enable Debuggers -> Enable unmanaged code debugging

    3. Reference

    http://leecky.blog.sohu.com/36904706.html

    (This article is from http://www.cnblogs.com/chenyineng/archive/2013/01/11/2856081.html, and belongs to http://chenyineng.cnblogs.com and http://www.chenyineng.info)

  • 相关阅读:
    DFS-B
    DFS/BFS-A
    DFS-回溯与剪枝-C
    BFS-八数码问题与状态图搜索
    PTA-1003 我要通过!
    二分-G
    二分-F
    二分-E
    二分-D
    二分-C
  • 原文地址:https://www.cnblogs.com/chenyineng/p/2856081.html
Copyright © 2011-2022 走看看