I have a user registration process I am debugging which involves a user clicking an activation link in an email. I am debugging remotely through an SSH tunnel and have added a
DebugBreak('1@127.0.0.1:7869') |
in the code that is run on the server. This seems to work fine and when the link is clicked PhPEd debugger catches the break and allows me to single step from that point, but I get the following popup when the breakpoint is triggered:
"New debug session with //www.somedomain.co.uk/cms/index.php has started. But IDE could not find the project for the web debugging. Breakpoints and other features may fail to work."
Everything seems to work just fine despite the popup warning. Is it a false alarm?
TIA,
Nick