首页 > 代码库 > Configure the Windows Phone 8.1 Emulator to work with Fiddler
Configure the Windows Phone 8.1 Emulator to work with Fiddler
- Run Fiddler.
- Run Fiddler and choose (from the menu) Tools, Fiddler Options… Check these boxes in the HTTPS tab of the resulting dialog (and hit OK):
- Click
Tools
>Fiddler Options
>Connections
. Change theFiddler Listen Port
from8888
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: - Set Proxy in the Gateway tab and then hit OK(this step is according the requirement. if required, then do this setting, else not):.
- Click
Ok
button - 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 theOnline
indicator at the top-right of Fiddler‘s toolbar. - Restart Fiddler.
- Start VS 2013 and load your project. Click
Run
for theWindows Phone 8.1 emulator
. - 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
Configure the Windows Phone 8.1 Emulator to work with Fiddler
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。