It is possible to do a remote debug -- this may not be the right way but it seems to work for me:
- Compile your app using Ant, command-line debugger, or through Flex Data Services so that it is a 'debug enabled' version - In Eclipse/Flex Builder, set your debug URL to the path to the debug version on your server... i.e. 'http://192.168.2.180/<your debug file name>' in 'URL or path to launch' under Run > Debug > <your application name> - Run > Debug > select your application You shouldn't get prompted as to where your debugger is located, and your breakpoints, etc, should work just fine. Best of luck, Brian On 12/12/06, cluebcke <[EMAIL PROTECTED]> wrote: > > > > > > > Bjorn, mind sharing what you figured out? I had the same question that > you originally posed, since the app I'm working on needs to be > accessed through a JBoss server on localhost which seems to preclude > me from using the FB2 debugger (which, needless to say, is quite a > bummber). > > Thanks, > Chris > > --- In [email protected], Bjorn Schultheiss > > <[EMAIL PROTECTED]> wrote: > > > > OK, figured out a solution, happy again > > > > On 12/12/2006, at 2:58 PM, Bjorn Schultheiss wrote: > > > > > OK next question, > > > > > > > > > Can i compile in Ant from eclipse, then use the eclipse debugger on > > > my compiled swf. > > > > > > Bjorn > > > > > > > > > On 12/12/2006, at 2:24 PM, Bjorn Schultheiss wrote: > > > > > >> > > >> Yo, > > >> > > >> I got the command-line debugger working, > > >> but is there anyway to hook into FB2 debugger? > > >> > > >> Bjorn > > >> > > >> --- In [email protected], "bjorn.schultheiss" > > >> <bjorn.schultheiss@> wrote: > > >> > > > >> > Hi all, > > >> > > > >> > After compiling my app using the sdk with arg -debug=true i then > > >> tried > > >> > to open the html file in the browser and get the message. > > >> > "Where is your debugger located? -Localhost, -Somewhere else" > > >> > I'm working on localhost so i selected that option and after a few > > >> > failed attempts i finally get the message 'fp9 was unable to > > >> connect > > >> > to debugger' > > >> > > > >> > Can i connect to Flex Builder 2 debugger perspective in this way? > > >> > > > >> > Regards, > > >> > Bjorn > > >> > > > >> > > >> > > > > > > > > > > > > > > > -- Brian Dunphy

