mac下使用mono运行Fiddler!!

---恢复内容开始---

软件介绍:

mono

百度百科 官网

Fiddler

百度百科 官网

关于安装

mono

没啥说的,请直接双击,然后下一步就行了

Fiddler

直接解压,需要注意的是,最好不要有中文!

接下来:

fiddler解压出来之后,Fiddler for OS X Install Instructions.pdf。请看这个文件。

有这么一句话:

If you just installed Mono, please open Terminal and type in
/Library/Frameworks/Mono.framework/Versions/<Mono Version>/bin/mozroots --import -- sync 
(The Mono framework has its own trusted root certificates store.
Currently (at mono version 4.2.4) this store remains empty after installing Mono on Mac OS X.

嗯,不知道这句话是不是真的起作用,我装的时候这句话一直报错,所以可以选择不执行这句话!但是还是可以正常启动!!!

那么现在,mono已经装好了

进入终端,使用命令进入Fiddler的安装位置,

用这个命令启动:

mono Fiddler.exe

fiddler

你以为这样就完了吗?

是不是报错了!!!!

=================================================================
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.
=================================================================

是不是看到这个代码了!!!

什么?你问是什么意思!你不会自己google吗?不知道我英语不好吗!!!!

好的,google完请去终端信息的最前面

WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all

是不是还有这句话!!!!

所以,请你使用这个命令开启Fiddler

mono --arch=32 Fiddler.exe

请等待一会,有点慢!!

---恢复内容结束---

猜你喜欢

转载自www.cnblogs.com/guodengjian/p/9125026.html