gert789
gert789

Reputation: 424

IntelliJ IDEA - Flex Debugger can't connect

When I try to debug a flex application, debugging doesn't work. I've got the debug player installed and playerversion.com says that I use the WIN 11,4,402,287 (Debug player).

After terminating the app, my IDEA console says:

Adobe fdb (Flash Player Debugger) [build 21328]
Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
Waiting for Player to connect
Failed to connect; session timed out.
Ensure that:
1. you compiled your Flash movie with debugging on, and
2. you are running the Debugger version of the Flash Player.

I compile with debugging on, and as I said, I use the debug player.

Any ideas?

Greetz

Upvotes: 1

Views: 3292

Answers (4)

Darriuk
Darriuk

Reputation: 11

For anyone using Air, check that the path to airglobal.swc is correct in any compiler config file you might be using (mine was set wrong in project.xml)

Upvotes: 0

TomSchober
TomSchober

Reputation: 433

Make sure port 7935 isn't blocked by anything. Debugging works through a port open by the debug player.

See docs here: http://livedocs.adobe.com/flex/3/html/help.html?content=debugging_02.html

Upvotes: 1

gert789
gert789

Reputation: 424

If you have a custom compiler config file, this file will override the compiler options menu.

And guess what, debug was set to false in that file...

Upvotes: 2

SimonV
SimonV

Reputation: 76

Make sure that your compiler options are not overridden from somewhere else. Just a wild guess.

Upvotes: 4

Related Questions