How to debug DLL in other project?

Reference

  1. 如何:從 DLL 專案偵錯

visuo studio 2010:

  1. 在 [方案總管] 的專案節點上按一下滑鼠右鍵,並選取 [屬性] 。 移至 [偵錯] 索引標籤。

  2. 請確定視窗頂端的 [組態] 欄位,已設定為 [偵錯]。

  3. 移至 [組態屬性/偵錯]。

  4. 在 [要啟動的偵錯工具] 清單中,選擇 [本機 Windows 偵錯工具] 或 [遠端 Windows 偵錯工具]。

  5. 在 [命令] 或 [遠端命令] 方塊中,加入應用程式的完整路徑名稱。

  6. 在 [命令引數] 方塊中,加入必要的程式引數。

VC6: 如何在A專案中去DEBUG B專案的dll(VC6)

  1. B專案: project setting -> debug -> Executable for debug session
  2. 在Executable for debug session輸入A的執行檔名稱
  1. A專案: roject setting -> debug -> category
  2. 設定category為Addional DLLs
  3. 新增所要debug的DLL路徑

results matching ""

    No results matching ""