Handling redirection with remote debugging

Hi There,

Can remote debugging in VS.php handle url-rewrites/redirection? I've been having trouble with xdebug so tried DBG which started working. However my site uses url_rewrites very heavily and every time i try to navigate to a page that has the re-write it bugs out claiming it can't find the file. Is this a known issue? Is it possible?

Thanks very much

Comments

    could you please enable

    could you please enable remote_log in xdebug to see what is going on in the server?

    I've used this with drupal which does url rewrites and it seems to work ok.

    Hi there, I can't actually

    Hi there, I can't actually get the debugging to work using xdebug (I've another post in the forum about that). So like I say was just trying to get DBG to work which it does, but it doesn't seem to be able to handle re-direction....Any thoughts?