I seem to have tracked this down to project settings. If I create a new project, then link my wwwroot folder to it via Project Preferences -> , the debugger works.
lf I create a new project, then re-import everything (excluding .project, .settings and settings.xml), it still doesn't work, which is a bit weird. So I think my solution might be to have a "dummy project", which is just a link to my wwwroot. Messy, but it works... On 9 February 2011 02:55, Andrew Myers <[email protected]> wrote: > An update - I got the debugger to work with a new project that looks at a > different virtual host. There's clearly something about my config in my > main project that's tripping it up. > > I am not certain if it is because my project structure is something like: > > workspace\ > somedir\ > anotherdir\ > wwwroot\ <--- This is the one mapped in apache > > I'll try a few things tomorrow...I have clearly stayed up a bit too late > fiddling with this tonight :-| > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
