Configure the Windows Phone 8.1 Emulator to work with Fiddler

  1. Run Fiddler.
  2. Run Fiddler and choose (from the menu) Tools, Fiddler Options…  Check these boxes in the HTTPS tab of the resulting dialog (and hit OK): 
  3. Click Tools > Fiddler Options > Connections. Change the Fiddler Listen Port from 8888 to something else, e.g. 8889. (The Windows Phone team decided to steal port 8888 for their debugger).Set these options in the Connections tab and then hit OK: 
  4. Set Proxy in the Gateway tab and then hit OK(this step is according the requirement. if required, then do this setting, else not):.
  5. Click Ok button
  6. In the QuickExec box below Fiddler‘s session list, type prefs set fiddler.network.proxy.RegistrationHostName 169.254.80.80 where the IP address is found at the top of the tooltip you see when hovering over the Online indicator at the top-right of Fiddler‘s toolbar.
  7. Restart Fiddler.
  8. Start VS 2013 and load your project. Click Run for the Windows Phone 8.1 emulator.
  9. done.

reference:

http://blogs.msdn.com/b/wsdevsol/archive/2013/06/05/configure-the-windows-phone-8-emulator-to-work-with-fiddler.aspx

http://stackoverflow.com/questions/23462697/windows-phone-8-1-emulator-not-proxying-through-fiddler

时间: 2024-10-15 13:31:06

Configure the Windows Phone 8.1 Emulator to work with Fiddler的相关文章

【MongoDB】Configure a Windows Service for MongoDB

In this blog, I will mainly attach great importantance to how to create a windows service for mongodb. The method described in the next is referred from the official website of mongodb. http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windo

Introducing Visual Studio’s Emulator for Android

原文地址 Microsoft released Visual Studio 2015 Preview this week and with it you now have options for Android development: C++, Cordova, and C# with Xamarin. When choosing one of those Android development options, Visual Studio will also install the bran

Introducing Visual Studio’s Emulator for Android

visual studio 2015支持Android开发了. Microsoft released Visual Studio 2015 Preview this week and with it you now have options for Android development. When choosing one of those Android development options, Visual Studio will also install the brand new Vi

Install MongoDB on Windows

Overview Use this tutorial to install MongoDB on a Windows systems. PLATFORM SUPPORT Starting in version 2.2, MongoDB does not support Windows XP. Please use a more recent version of Windows to use more recent releases of MongoDB. IMPORTANT If you ar

Ansible控制Windows操作步骤

环境: CentOS 6.75(Ansible 2.0) Windows Server 2012 (PowerShell 4.0) 1.确保PowerShell版本为3.0以上 ansible要控制windows,必须要求windows主机的PowerShell版本为3.0以上,如果版本不满足要求需要升级PowerShell. 查看PowerShell版本可以使用以下命令 $PSVersionTable.PSVersion 如果版本不满足要求,可以使用下面脚本进行升级(将脚本内容保存到一个pow

Installing Ubuntu on a Pre-Installed Windows 8 (64-bit) System (UEFI Supported)

http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported If you are using Ubuntu 15.04+, many issues are now solved, so there is no need to follow this guide except if you are using any Ubuntu

转载扩展Windows Mobile模拟器存储空间的方法

扩展Windows Mobile模拟器存储空间的方法 在Windows Mobile应用程序开发的初期,可以使用SDK自带的模拟器来进行调试,这给我们开发人员提供了一种方便的途径.一般的应用程序,占用空间的大小也就几百K,或者几M,这在模拟器上调试起来一点问题也没有.但是有的时候,我们要安装的程序或者需要Debug的程序超过了一定的大小以后,如果按照默认的系统设置,就无法进行调试了.为什么?就是因为我们打包了比较多的dll和资源库,使得系统的存储空间耗尽.通过这篇文章,你就可以了解如何摆脱模拟器

Hercules Emulator installation and configuration

Release date: 23 July, 2014 Contents 1. Hercules Emulator Overview 2. Hardware and Software Prerequisites 2.1 Hareware Prerequisites 2.2 Software Prerequisites 2.3 Required programs 3. Installing Hercules Emulator 3.1 Downloading the Binaries 3.2 Ins

Install MongoDB on Windows (Windows下安装MongoDB)

Install MongoDB on Windows Overview Use this tutorial to install MongoDB on a Windows systems. PLATFORM SUPPORT Starting in version 2.2, MongoDB does not support Windows XP. Please use a more recent version of Windows to use more recent releases of M