简体   繁体   中英

Installing mono/fiddler on mac

I have been trying to install Fiddler on mac on several different Mac machines and on each machine I get a different error message, but none of them work. After install Mono via the Mac installer, and running $ mono Fiddler.exe , I get something like the following:

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

=================================================================
    Native Crash Reporting
=================================================================
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.
=================================================================

Is this a known issue with Mac/Fiddler, and if so, are there any possible ways to install Fiddler on Mac? The OS I am on is Mojave (10.14.6). Charles works fine, so I think it's related to mono more than fiddler .

Maybe you can try this: mono --arch=32 Fiddler.exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM