Is there a security consideration for Chrome debugger?
hi,
i being driven demented attempts working debug environment.
i have working firefox debugger plugin, has own network blocking issues block specified type of content silently. fails on firefox , desperately need working example in browser debugger compare against.
i have chrome debugger plugin... can working sporadically and, crucially, _not_ on network working today.
however, because _have_ seen working chrome debug... possible chrome / plugin / os blocking access debugger when on public networks?
eg:
1. chrome coming installed 213
2. have installed debugger 216
3. plugin in chrome reports 216
4. _still_ cannot debug using 216...
can point me need enable / disable allow debugging via chrome on public network?
g
hi,
chrome detects non-content debugger flash player version default. use debugger you'll need launch chrome command-line (or terminal) using switch commands tell chrome find content debugger , content debugger version:
- launch command-prompt or terminal app:
- on windows, select start > run > type cmd.exe , press enter launch command-window
- on os x, launch finder , navigate to /library/utiltities/terminal.app > open terminal.app
- launch chrome terminal --ppapi-flash-path , --ppapi-flash-version switches in following syntax:
<location chrome> --ppapi-flash-path=<location flash player ppapi> --ppapi-flash-version=<ppapi version number>
- examples:
- windows 32-bit os: c:\program files\google\chrome\application\chrome.exe --ppapi-flash-path=c:\windows\system32\macromed\flash\pepflashplayer32_21_0_0_197.dll --ppapi-flash-version=21.0.0.197
- windows 64-bit os (32-bit chrome): "c:\program files (x86)\google\chrome\application\chrome.exe" --ppapi-flash-path=c:\windows\syswow64\macromed\flash\pepflashplayer32_21_0_0_197.dll --ppapi-flash-version=21.0.0.197
- os x: /applications/google\ chrome.app/contents/macos/google\ chrome --ppapi-flash-path=/library/internet\ plug-ins/pepperflashplayer/pepperflashplayer.plugin/contents/macos/pepperflashplayer --ppapi-flash-version=21.0.0.197
- verify chrome using expected version, navigate https://helpx.adobe.com/flash-player.html , click check now button. resulting system information indicate flash player version in use , should 1 used in previous step.
- the system information widget detect if content debugger installed , show in results. if don't see distinction, chrome not using flash player content debugger version in --ppapi-flash-path and/or --ppapi-flash-version. please ensure paths chrome , flash player correct , version specified correct.
--
maria
More discussions in Using Flash Player
adobe
Comments
Post a Comment