NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
DebugBreak('1@127.0.0.1:7869') can't find project


Joined: 18 Oct 2006
Posts: 75
Reply with quote
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

Code:
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
View user's profileFind all posts by nickweaversSend private messageVisit poster's websiteYahoo Messenger
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
No, it's not a false alarm. Breakpoints (RED LINES) may fail to work. What you need is a project with source files and appropriate mapping to the remote copies. For example if you have index.php in the project root /var/www/html/ and this same file is accessible on your windows as S:\html\index.php, you have to add project with S:\html root directory and /var/www/html/ entered in Remote Root input.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
DebugBreak('1@127.0.0.1:7869') can't find project
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic