首先,Mac下須要使用.Net編譯後的程序,須要用到跨平臺的方案Mono(現階段微軟已推出跨平臺的方案.Net Core,不過暫時只支持控制檯程序)。安裝程序能夠從http://www.mono-project.com/download地址下載。javascript
安裝完後,在Terminal裏執行如下命令:html
/Library/Frameworks/Mono.framework/Versions/<Mono Version>/bin/mozroots --import --sync
此步是爲了從Mozilla LXR上下載全部受信任的root證書,存於Mono的證書庫裏。root證書能用於請求https地址。java
從Fiddler官網https://www.telerik.com/download/fiddler下載fiddler-mac.zip的壓縮包。解壓到非中文字符的路徑下。app
打開Terminal,進入到剛纔解壓的Fiddler路徑,執行命令運行:spa
mono Fiddler.exe
1. 啓動時報錯,相似下面code
================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
解決方案: https://hk.saowen.com/a/8a726de5a45fb20a2591440689eb0509115eccdfd2d8de01072d3f11f4f21652htm
mono --arch=32 Fiddler.exe
2. 啓動的時候時間會比較久,大概2分鐘左右,多等一下子blog