I'm not sure about the setup on windows, but there are a couple of
steps that you have to take to configure flex builder for debugging.
A good resource of the steps you need to take is here:
http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/
"
Create a file named mm.cfg in one of the following locations:
* Windows; C:\Documents and Settings\username\mm.cfg
* OSX; /Library/Application Support/Macromedia/mm.cfg
* Linux; home/username/mm.cfg
Open the newly created mm.cfg file in a text editor and add the
following text:
ErrorReportingEnable=1
TraceOutputFileEnable=1
The flashlog.txt file will be created in the following location:
* Windows; C:\Documents and Settings\username\Application Data
\Macromedia\Flash Player\Logs\flashlog.txt
* OSX; /Users/username/Library/Preferences/Macromedia/Flash
Player/Logs/flashlog.txt
* Linux; home/username/Macromedia/Flash_Player/Logs/flashlog.txt
"
Hope this helps!
On Aug 16, 2008, at 5:43 PM, betty80906 wrote:
I get the message that Flex Builder cannot locate the required
debugger version of Flash Player. The Alert message title bar is
"Installed Flash Player Is Not a Debugger".
It is looking at the one at
C:\WINDOWS\system32\Macromed\Flas\Flash9f.ocx according to the error
message.
I have the required flash player at C:\Program Files\Adobe\Flex
Builder 3\Player\win\FlashPlayer.exe ( 9.0.115.0 3.60MB)
I wish to use the trace() function in my code, but it does not work
at
this time. I'm very new to Flex and have read some of the articles
online; but it's not clear yet what I need to do.
Thank you for your help.