"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 :)
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: flex errors