I can't run the debugger today!!!!
I'm getting:  Launching: Waiting for Flash Player to connect to the debugger

yesterday all was working fine, never seen this error before, 
Run mode takes forever now, the following 5 line flex file takes 16 seconds to 
show 
up in the browser.  Yesterday, less than 1.


I've got a MAC:
running: MAC OS x version 10.5.6

Model Name:     iMac
  Model Identifier:     iMac8,1
  Processor Name:       Intel Core 2 Duo
  Processor Speed:      2.4 GHz
  Number Of Processors: 1
  Total Number Of Cores:        2
  L2 Cache:     6 MB
  Memory:       2 GB
  Bus Speed:    1.07 GHz
  Boot ROM Version:     IM81.00C1.B00
  SMC Version:  1.29f1
   
 I'm running Safari: Version 3.2.1 (5525.27.1)
and Firefox V 3.0.10

I have Flash version 10,0,12,36 installed.

I've tried using both Safari and Firefox,  same problem on both.


Here's my sourcecode in a NEW workspace and project:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute">
        <mx:Button x="73" y="48" label="Button" click="ti.text = 'Help Adobe, 
please fix this problem!!!'"/>
        <mx:TextInput  id="ti" x="199" y="48"/>
        
</mx:Application>

Hit the debug button and get:

 

Launching: Waiting for Flash Player to connect to the debugger


Failed to connect; session timed out.
Ensure that:
  1. You compiled your Flash application with debugging on.
  2. You are running the debugger version of Flash Player.


I updated Flash player 10.0.22.87
still same problem.
 

I then reinstalled Flex Builder 3 into the same directory, and updated it to: 
3.0.2.213193
and am using Flash Player 9.0.124.0
Still cannot debug.

here is my eclipse config.ini:
#Eclipse Runtime Configuration File
#Thu Mar 31 18:10:37 PST 2005
osgi.bundles=org.eclipse.equinox.com...@2:start,org.eclipse.update.configura...@3:start,org.eclipse.core.runt...@start
osgi.bundles.defaultStartLevel=4
eclipse.product=com.adobe.flexbuilder.standalone.product
osgi.splashPath=platform\:/base/plugins/com.adobe.flexbuilder.standalone
osgi.instance.area.defau...@user.home/Documents/Flex Builder 3
#osgi.user.d...@user.home/Documents/Flex Builder 3
osgi.configuration.ar...@user.home/Documents/Flex Builder 3/configuration
osgi.sharedConfiguration.area=platform\:/base/configuration
osgi.sharedConfiguration.area.readOnly=true
osgi.configuration.cascaded=true

I've cleared the cache out of BOTH browsers and Flash Player.
Still cannot debug.??

Any suggestions?
thanks


Reply via email to