Be aware of a couple of gotcha’s in client-side debugging in Flex. The following is a list of issues and suggested strategies for handling problems with the debugger.
The Flash Debug Player cannot communicate with the fdb debugger. This is evidenced by a pop-up window asking you to indicate where the Flash debugger host is running. If when you execute the run command in fdb or make a request to a given MXML page this pop-up window appears (Figure 1), you will need to ensure that your server configuration settings and the URL used to invoke the MXML file are correct.
Figure 1. If this dialog box appears when you execute the fdb run command or request an MXML page, you'll need to ensure that your server configuration and URL are correct.
When you launch an fdb session and the following message appears: "WARNING: The Player that you are using does not support all fdb commands," it means that the Flash Debug Player you have installed in not the correct version. You need to ensure that you use the Flex version of the Flash Debug Player with fdb.