首頁

目前文章總數:157 篇

  

最後更新:2024年 12月 07日

0020. remote Debug 遠端偵錯 Windows Service 服務的方法

日期:2018年 09月 18日

標籤: C# Asp.NET Framework Windows Forms Visual Studio Debug

摘要:C# 學習筆記


情境:從一台電腦遠端偵錯另一台機器的Windows Service 服務的方法
基本介紹:本篇分為2大部分。
第一部分:傳統的Windows Service 服務的偵錯方法介紹
第二部分:遠端進行 Windows Service 服務的偵錯方法





第一部分: 傳統的Windows Service 服務的偵錯方法介紹

Step 1: Visual Studio 20XX -> 偵錯 -> 附加至處理序



Step 2: 我們可以在本機選擇Windows Service 服務 進行Debug



第二部分:遠端進行 Windows Service 服務的偵錯方法

Step 1: 遠端機器以下位置打開msvsmon.exe 工具

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Remote Debugger\x64\


Step 2: 打開後請選擇工具 -> 選項



Step 3: 這裡為了方便使用,選擇如下的設定



Step 4: 最後我們在回到本機的機器上在 "限定詞" 輸入 遠端IP位址如下: (我這邊是192.168.8.100)