在開發 Bot 時,不想透過 emulator 來測試,
例如筆者用 direct line 與 LINE Bot 接時,或是想透過 Skype or FB 等等。
在 LINE Bot 及 My Bot 那設定的 Url 就需要一個對外的 https URL。
這時我們可以透過 ngrok 來幫我們建立從 local 到對外的通道,
這樣子我們就可以用 LINE 來測試,以後在 Local 開 VS.NET 來 Debug 。
在開發 Bot 時,不想透過 emulator 來測試,
例如筆者用 direct line 與 LINE Bot 接時,或是想透過 Skype or FB 等等。
在 LINE Bot 及 My Bot 那設定的 Url 就需要一個對外的 https URL。
這時我們可以透過 ngrok 來幫我們建立從 local 到對外的通道,
這樣子我們就可以用 LINE 來測試,以後在 Local 開 VS.NET 來 Debug 。
最近同事參考 Chrome 官網的 Remote Debugging Android Devices 設定,
想要透過電腦的 Chrome 來偵錯在 Android 裝置上的Chrome,
結果在 More tools 中,卻一直找不到 Inspect devices ...
本文介紹使用 Chrome, IE11, Edge 及 Firefox 針對 Typescript 檔來偵錯的方式。
[SQL]移除SSMS(SQL Server Management Studio)中的Debug Button
[Fiddler]Fiddler好用的功能 Automatic Breakpoints
[VS2008]使用Debug.Write卻沒有出現在「輸出視窗」之中?
Remote Debug in VS.NET 2008