Skip to main content
July 2, 2010
Question

Flash Builder 4 - Debugger fails to connect

  • July 2, 2010
  • 12 replies
  • 91232 views

I've looked at the various other threads but no luck so far.

I'm using Flash Builder 4 and the Flex API 4 and until yesterday all was well - i.e. I could run my app in debug mode. Somehow today things stopped working. Not sure why - I didn't tweak anything in Flash Builder's options. When launching any app (most complicated to the simplest) I get a status bar telling me

launching: waiting for Adobe Flash Player to connect to debugger

that always gets stuck at 57%. Then after a few minutes I get

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'm using Chrome on Windows 7. I really need to debug.

thank you for any help.

    This topic has been closed for replies.

    12 replies

    Participant
    April 4, 2013

    I had the same problem with a web application in Firefox, FB 4.7, Win 7 64-bit. What worked for me was both of the following:

    1. run FB as Administrator. (e.g., right-click the icon in the start menu and select Run As Administrator)
    2. if not running as Administrator, browse to the web application (e.g., go to localhost:8080/MyWebApp, or wherever your app is running). Once the app loads, the debugger kicks in.
    Amy Blankenship
    Legend
    April 15, 2013

    I've actually found a couple of scenarios recently where the debugger failed to connect that in retrospect should have been obvious, but weren't up front. These are worth checking for as well:

    1. Check to make sure your swf is compiled with debug information (if you're working between Flash Builder and Flash Pro, the default when you compile from FP is to leave this information out).
    2. If you have some sort of process up front to get into the swf (for example you have to log in because you're testing that the credentials are being set properly via flash vars), make sure that the code isn't redirecting to a different location than you thought. I recently brought down code to localhost that someone else had written, and I couldn't figure out why the debugger wouldn't connect. It was because the code was hard-coded to launch a swf on the server which, you guessed it, had been compiled without debug info.
    AlHolden
    Inspiring
    September 23, 2012

    I have the same issue on FB 4.6 when connecting to IE 9.0.8... for a debugging session. Can't get past 57%

    Funny thing is - the environment WORKS FINE for many sessions - and then just stops working after a while.

    Cleaning the project, restarting FB, killing tasks... all do nothing.

    I can't right-click on the application to get the player's context menu (as suggested above), because the app is not yet running! IE just dings the system bell when I try that.

    AlHolden
    Inspiring
    September 28, 2012

    The workaround I've discovered - which works specifically for the situation described above - is to...

    Keep an eye on the FB launch progress indicator as you start your debug session, after the blank IE window appears.

    If you see it hanging at 57%, rapidly click the cancel and reload icons on the IE browser. The flash movie then loads as expected - still in debug mode.

    HTH

    krishnamrajgoud
    Participant
    April 24, 2012

    Steps to resolve this issue, on window machine

    • Go to control panel -> add and remove programs
    • Uninstall Flash player 64 Bit and Flash Player 64 Bit Active X Player
    • Re-install Flash Player 32-Bit version Debugger player.
    • Exit your browers if required and Restart you IDE.

    This solved my problem, i hope it solves your problem with the warning message on debug click in the IDE.

    Participant
    May 8, 2012

    If you are using Chrome and the Flash plugin, be sure to disable the build in Flash plugin in Chrome:

    1. Type in you addressbar about:plugins.
    2. Click on details (in the upper right corner).
    3. Scroll to the flash plugin. Here you see two files (if you installed a debug version yourself).
    4. Disable the build in Flash plugin (which is located inside the chrome install folder).
    5. Restart Chrome, and start debugging your flash content.
    Participant
    March 31, 2012

    hi i have the same problem, adobe flash builder keep proceeding on 57%, i tried the solution of disabling chrome plug in but nothing happens, please help

    Participating Frequently
    March 31, 2012

    Are you sure you don't have a JS error in your HTML wrapper?

    Participant
    August 9, 2011

    I'm having this exact issue with Flash Builder 4.5.1, flex sdk 4.5.1 and air 2.7

    My apps are air apps, they run fine, but can't debug. For a mobile application, i can debug on the mobile device, but not on desktop (emulator).

    The error is always debugger can't connect to the application.

    This is the error when i kill the app before Flash Builder times out trying to connect, it halts at 57%:

    Process terminated without establishing connection to debugger.

    Launch command details:  "I:\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe" -runtime "I:\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\runtimes\air\win" -profile mobileDevice -screensize 480x762:480x800 -XscreenDPI 252 -XversionPlatform AND "C:\Users\mia\Adobe Flash Builder 4.5.1\test\bin-debug\test-app.xml" "C:\Users\mia\Adobe Flash Builder 4.5.1\test\bin-debug"

    This is the error if i let the process to time out:

    The Flash Builder debugger failed to connect to the running application.
    Ensure that:
        1. For in-browser applications, you are running the debugger version of Flash Player.
        2. For network debugging on a mobile device, you have a reliable network connection to the device, and port 7935 is open on your machine's firewall.
            Device connection help

    Flash Player is really got nothing to do here since i'm trying to debug Air apps.

    Debugging worked fine with Flex sdk 4.5 and air sdk 2.6.

    After updating to air 2.7 and sdk 4.5.1 i couldn't debug any Air app, mobile or not (although i can debug on the mobile device, however it's a pain to always debug on the device, it's just a waste of time)

    I'm using windows 7 64b btw

    Is there any solution for this?

    Thanks

    August 9, 2011

    I have encountered this situation many times in Flash Builder 4.5 and it always seems to occur when, prior to launching the application from the Builder I was using phpadmin (wampserver) and failed to close this application in the browser before staerting the debugger.

    The app load hangs at 57% every time.

    Participant
    August 9, 2011

    I don't have wampserver installed nor am I using phpmyadmin on this computer.

    Participant
    March 23, 2011

    This happens because the Flash Debugger uses sockets and it failing to connect to the flash content in the browser.

    I find this happens to me when I accidently delete my debug configuration when I delete the project and recreate it.

    Developers tend to forget thta if you delete the project and recreate it it will delete your debug configuration as well.

    In my Debugging configuration, the default is to debug it from a html file from your file system, but in almost every case

    you want to specify a URL because you want to debug how your flash app will act after being actived from a web server.

    If it stuck at 57% just terminate it because it will not connect and check you debig configuration setting

    March 8, 2011

    Hi all,

    I ran into the same issue today and found this page while searching for help.

    None of the suggestions helped. But there was a suggestion to debug in flash itself. So I opened the .html file from bin-debug in the flash builder itself - basically double click, and it worked in the builder. Now the surprising part is I had not closed the applications I'd started for debug, these  were still stuck at 57%. These started opening in my browser with debugger version of flash player!! And it was debugging fine!

    Guess the trick is to click on the .html file while the progress bar is stuck at 57% for debugging the application. No clue why this works.. I have tried this 2-3 times and it worked always.

    hope this helps someone.

    Participant
    November 10, 2010

    I am having the same issue however it's an AIR app so it is already a stand alone. Any ideas on this?

    Known Participant
    November 10, 2010

    make sure you install the flash projector debug version -

    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exefor

    windows, for mac -

    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug_ub.dmg

    ... that should work...

    Participating Frequently
    November 8, 2010

    Hi,

    I have a problem when running debug in my Flash Builder 4. When i click on the debug button, when it launch i have ERROR 404 showing up in my browser.

    I have check the debug folder path and compare it with the browser they are the same. I noticed that the index.html is missing. Then i tried to copy the index.html from my release folder and somehow it run. But the when i run the debug again, it shows the ERROR 404 in my browser. Somehow it deleted the index.html that i copied from the release folder. 

    Anyone experiencing it?

    Regards.

    Cris

    Participating Frequently
    November 8, 2010

    By the way i'm using MAC and Safari brownser. Thanks

    Participating Frequently
    November 9, 2010

    Just an FYI, for anyone encountering the issue where the debugged sporadically connects to the browser debugger... Download the flash projector (stand alone) debugger.  Edit the projects debug settings and in the url to debug change the .html to .swf.  Instead of luanching in a browser it will launch in the stand alone flash projected application and connect every time.   Happy Coding.   For even more awesomeness use HellFire Daemon Compiler... its freaking insane!


    Hey Geek,

    Thanks for the advice... my bad.. i just noticed that my FP is without a dubugger plugin.. stupid of me. LOL.. i managed to download the plugin with debugger and it works ok... Im still new and trying to learn programming.

    Thanks Again.. =D

    Participant
    November 6, 2010

    I think I can help because I had the same problem and I spent a lot of hours trying to fix the problem. I tried several solutions but none of them worked. The problem is that the Flash Player in the browser hasn't debugging capabilities. The link mention earlier, http://flashplayerversion.com/, is a really good one to check if your browser's Flash Player has this feature.

    The solution for IE and Firefox can be found from this link http://www.adobe.com/support/flashplayer/downloads.html.

    Make sure you download:

    The first link will install debugger player for your IE and the second one for your Firefox. I think it's a bit misleading to mention "Netscape" nowadays, it should be switched to Firefox.

    Because Chrome has the Flash Player integrated (which is GREAT) it does, however, cause more problems to get a debugger player for it. However, as long as I have at least one browser that makes debugging in Flash Builder function -- I'm happy!

    One last thing, in Flash Builder make sure your web browser in Preferences is one that has a debugging supported browser. Go to Window > Preferences and choose General > Web Browser. Make sure the browser is either IE or Firefox. I also tried with Opera (v. 10.63) and it had the debugged version of Flash Player. So, Google just needs to do add a little improvement that developers can have a debugged player and everything is perfect.

    I hope this helps!

    --Herman

    Small typos fixed. Message was edited by: UpNorthWeb