跳到主要內容

發表文章

目前顯示的是 6月, 2017的文章

Remote debug bot service on Azure

以最近很hot的Bot Framework 為例 假設我有一個架在Azure 上的Bot service 當這個service 出了問題無法回應訊息時 那我們有什麼方式可以debug呢 答案很簡單~ 我們可以使用Visual Studio 內建的Remote debug的功能在Azure上除錯 步驟如下: 打開Server Explore 選擇你的APP Service 右鍵選擇 Attach Debugger 等待,,, 開始測試吧! 結果如下 跟在local 端除錯一樣, 可以任意觀看變數值找bug