Thanks Bjorn, To be honest, in my case it turns out I was just being a dunce. What I needed to do was edit my run/debug configuration, under the Main tab in the "URL to path to launch". Somehow I saw that a good dozen times before I thought, "Hmmm, maybe I should use a URL instead of the default file:///blah path." Sure enough, I unchecked "Use default", replaced file:///blah with http://localhost:8080/blah, and everything was groovy once more. Well, actually had another issue that I finally sovled which I'll post seperatedly for the benefit of my fellow dunces.
- Chris --- In [email protected], Bjorn Schultheiss <[EMAIL PROTECTED]> wrote: > > Chris, > > Instead of using my build dir i place all compiled debug modules into > my shell app's bin dir. > I then debug the shell app in FB2 and everything works. > > My app is also destined for a java app server but i have so far no > need to test it from a localhost address as it runs fine from file:/// > shellapp/bin/. > > Bjorn > > On 12/12/2006, at 3:30 PM, cluebcke 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 > > <bjorn.schultheiss@> 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 > > > >> > > > > >> > > > >> > > > > > > > > > > > > > > > > > > > > > >

