This happens if you are running the debug version of the player and launch the debug version of the html wrapper, but didn't launch your swf from flex player in debug mode. For example, if you just access access the URL for the "-debug" html wrapper directly in a browser you'll get this popup.
The solution is to either launch from flex builder if you intend to debug, or access the non-debug html wrapper. You might check you Eclipse launch configurations to make sure that they are pointing to the right html wrappers. __ Josh Vanderberg - http://vanderblog.typepad.com --- In [email protected], "Tim Ashworth" <[EMAIL PROTECTED]> wrote: > > Hi all, > > Not a major one this, but I keep getting the "Where is the Debugger or > profiler running?" alert when I run my app. I've got a development machine > running CF8 as a standalone and Apache 2.0. I'm developing straight into > the htdocs folder. All is running fine, all the code works, I can connect > to data and wierdly (well I think it's weird) I don't get the error when I > am actually debugging the app. > > I'm using Flex Builder 3 beta 2. > > I'd really like to nail this as it's now driving me mad. > > Cheers in advance, > > Tim >

