"Process Terminated without connecting to debugger" in flex

Wednesday, November 26, 2008
I got this error while debugging some complex code of AIR application, and then i was unable to even run the application. I closed flex builder and opened again still its not running and not even debug is working. Only after restarting my system it started working.

Error shown:
Process terminated without establishing connection to debugger.

Command:
"C:\Program Files\Adobe\Flex Builder 3 Trial\sdks\3.0.0\bin\adl.exe" E:\madhu\learning\flex\BindingToMethod\bin-debug\BindingToMethod-app.xml E:\madhu\learning\flex\BindingToMethod\bin-debug

Output from command:
invocation forwarded to primary instance


check this image:


Reason for issue:
This occurs when there is already another debugger running.
For more info check this link
http://bugs.adobe.com/jira/browse/FB-11037

Solution:
1. Close flex builder
2. Open task manager
3. kill the process ALD.exe


Thats it, you can work now with out any problem.

Madhu :)

Labels:

 
posted by madhu at 12:29 PM, |

8 Comments:

  At November 26, 2008 at 1:15 PM Anonymous Anonymous said:
Thanks for solution.
  At November 29, 2008 at 8:34 PM Anonymous Anonymous said:
wow... i am looking for this for a long time.

thank you
  At January 13, 2009 at 5:49 PM Anonymous Anonymous said:
Thanks for solution
Thank you.

WIndows SUCKS!!!!!!!!!!!!!!!!!
one more thank you!
thank u very much.ur suggestion is helped me. thanks a lot.
Perfect.....
  At July 11, 2015 at 1:24 PM Anonymous Anonymous said:
Thank you, solution worked.