tags:

views:

857

answers:

4

Flex 3 debugging not working with FIREFOX 3 (under vista)

no trace() shown in console. breakpoints not working.

+1  A: 

Do you have Flex Builder installed? If not, if you are using the free SDK, did you install the debug version of the Flash player?

Try reinstalling the debug version of the Flash player. Here's a link, in case you didn't. I had the same problem a week back -- corrupted my install. But also check out the config files as suggested in the other answer.

dirkgently
flex builder 3, and flash cs4.
Tom
A: 

Do you have:

ErrorReportingEnable=1
TraceOutputFileEnable=1

In a file called mm.cfg in your home directory? I'm using FF3 on Windows Server 2k3 and it works fine, so I can't speak to why it wouldn't work on Vista. Despite Vista's reputation for being broken, I doubt that this is a Vista-only problem you're experiencing. You're sure you've got the debugging flash player installed?

rmeador
A: 

hi

I am facing a problem with debugger. I have installed debugger ( have downloaded from http://www.adobe.com/support/flashplayer/downloads.html), while installing it have asked me the path of firefox i have given /usr/lib/firefox.I have done this in root login ( I am using Fedora 9). The problem is when i run my flex applications for the first time, the debugger is working fine. But my firefox (3.0.10) is crashing and ask me restart or quit firefox. I have restarted it, now the debugger is not working..... is there any problem.............. please let me know. I need it very very urgently.

My E-mail id is :- [email protected]

A: 

It worked perfect after installing the debugger from the link given above. The exe that should be installed is listed as "Download the Windows Flash Player 10.1 ActiveX control content debugger (for IE) (EXE, 2.72 MB) " in http://www.adobe.com/support/flashplayer/downloads.html.

archana