Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't get Flash Builder 4.6 debugger to run

I've tried everything, firewalls, reinstalling etc etc. I can't get the debugger to connect no matter what I do.

I'm just writing a simple Air application, with Flex and Actionscript. But any type of debugging on any type of application doesn't work. I get this message

The Flash Builder debugger failed to connect to the running application.

Initial Error

Then often when I try again, I get this message

Unrecognized Windows Sockets error: 0: JVM_Bind

Secondary Error

Running the program without debugging works fine.

like image 560
Dale Fraser Avatar asked Apr 03 '12 02:04

Dale Fraser


1 Answers

I believe this indicates that the tcp connection between ADL and Flash Builder could not be established using port 7935 because the socket is in use.

Use netstat to assure the port is not in use.

like image 145
Jason Sturges Avatar answered Oct 08 '22 13:10

Jason Sturges