How Mac installs the grab Kit fiddler

Source: Internet
Author: User

Mono installation

First, the use of a. NET compiled program under a Mac requires a cross-platform scenario, mono (at this stage Microsoft has launched a cross-platform scenario. NET Core, but temporarily only supports console programs). The installer can be downloaded from http://www.mono-project.com/download/#download-mac address.

I downloaded version 5.8.0.

1. After installation, execute the following command in terminal (5.8.0 is your version number):

/library/frameworks/mono.framework/versions/5.8.0/bin/mozroots--import--sync

2. Next, if you want to run Fiddler, you also need to add mono to the environment variable. Edit the. bash_profile file:

sudo vi ~/.bash_profile

Add text (5.10.1 is your version number): Inside the terminal, press I to enter the edit state, adding the following text, press ESC, then: Wq, Save Exit ... :

Export mono_home=/library/frameworks/mono.framework/versions/5.10.1

Export path= $PATH: $MONO _home/bin

Installation of Fiddler

Download the Fiddler-mac.zip package from fiddler official website Https://www.telerik.com/download/fiddler. Unzip to a path other than Chinese characters.

Fiddler run

Open terminal, go to the fiddler path you just unzipped, execute the command run:

sudo mono Fiddler.exe

Modify the command to run:

sudo mono--arch=32 Fiddler.exe

How Mac installs the grab Kit fiddler

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.