http://polygeek.com/2780_flex_debugging-with-google-chrome-and-flash-player-10-1
After updating to Flash Builder 4.1 and Flash Player 10.1 I found that I could no longer debug with Google Chrome – my preferred debugging browser. A quick search yielded this fix buried in the comments. I’m reposing here to help more people find the solution that Anand Gaurav found.
Here is how you can install debug Flash Player on Chrome:
1. Type about:plugins in the address bar
2. Disable the Adobe Flash Player (Shockwave player) plugin.
3. Install the debug version of Flash Player manually.
In case you already installed debug Flash player, it should have been listed already in the plugins and you are ready to go.
You can see that Shockwave Flash is listed twice but in two different locations. The one in the Windows\Sys\ folder is the one that I want to use. The other one that I disabled is the regular old Flash Player.
I use Google Chrome to debug because it loads faster than any other browser and FireFox is my primary browser and I don’t want my tab bar filled up with testing crap. You can read more about making Google Chrome your default Eclipse Debugging browser here.
There is also a caching issue that you might run into while using Chrome – or any browser – for debugging. In that case here’s a great fix to make sure that your debugging browser never runs cached SWFs.
分享到:
相关推荐
This is the Tenth Edition, of Debugging with GDB: the GNU Source-Level Debugger for GDB (GDB) Version 8.1.90.20180814-git. Copyright © 1988-2018 Free Software Foundation, Inc. Permission is granted...
Debugging With GDB 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
《Debugging with gdb中文带书签特别版》是一本关于GNU源代码级调试器GDB的中文教程书籍,适配gdb版本6.8.50.***。书中详细介绍了GDB的各种功能、命令以及如何使用该工具进行有效的程序调试。 首先,书中提供了一个...
根据提供的信息,我们可以总结并详细解释与“debugging_with_gdb(中文版pdf)”相关的知识点。这份文档似乎是一份关于使用 GDB(GNU Debugger)进行调试的手册或指南的中文版 PDF 文件。GDB 是一个非常强大的开源调试...
总之,“Flashplayer_11_ax_debug最新版”是初学者和专业开发者不可或缺的工具,它为调试和优化基于Flash和AS3的应用提供了强大的支持。通过深入理解和熟练使用这个工具,你可以更有效地创建和维护高质量的Flash内容...
Debugging with Fiddler,介绍Fiddler的书籍
《使用gdb进行调试 第十版》是介绍GNU源码级调试器gdb的官方文档。本书由Richard Stallman、Roland Pesch、Stan Shebs等多位作者撰写,旨在为用户提供一个全面的gdb使用指南,涵盖gdb版本7.5至1.0.53。...
《使用GDB进行调试》 GDB(GNU Debugger)是开源社区GNU开发的一款强大的源代码级调试器,广泛应用于C、C++等编程语言。它允许程序员在运行时检查和控制程序,查找并修复错误,从而提高软件的质量和可靠性。...
gdb调试工具官方介绍文档 Debugging with gdb The gnu Source-Level Debugger Tenth Edition, for gdb version 10.0.50.20200111-git (GDB) Richard Stallman, Roland Pesch, Stan Shebs, et al.
Debugging.with.Fiddler 带书签
Debugging with Fiddler 2012 (英文版 Eric Lawrence 亚马逊5星 热评 畅销书) 网络编程 Web服务开发调试利器 亚马逊11个客户全部评5星,热评畅销书。 Web Services 开发必备。
Inside Windows Debugging - Practical Debugging and Tracing Strategies 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 ...
### 使用GDB进行调试 #### 概述 GDB(GNU调试器)是GNU项目下的一款强大而灵活的源码级调试工具,广泛应用于Linux环境下C/C++等语言编写的程序调试。它允许用户对程序执行过程进行控制,观察变量状态,分析程序...
### 使用GDB进行调试 #### 概述 GDB(GNU调试器)是GNU项目下的一款源代码级调试工具,广泛应用于Linux系统中程序的调试工作。它支持多种编程语言,如C、C++等,并提供了丰富的命令集来帮助开发者进行程序的调试。...