NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Problem with DBG 2.1.1 PHPElipse 1.1.7 Apache 2.0.54 PHP 4.3


Joined: 27 Jan 2006
Posts: 2
Reply with quote
In the debug box I get <terminated. exit value: 0>PHP /usr/bin/php: test.php
The console just prints out any echo statements. If there are any variables in the script they are not shown.

Using the margin to place a break point does nothing and if I replace them (the blue dots) with the debugBreak(); I get the following error:

Fatal error: Call to undefined function: debugbreak() in /home/rob/workspace/test/test.php on line 5

Not much luck with this debugger so far, which is really annoying as I desperately need a debugger!

Cheers - Rob
View user's profileFind all posts by comrade_bronskiSend private message
further...


Joined: 27 Jan 2006
Posts: 2
Reply with quote
error message when script is run in browser:

DBG

Failed to start debug session

reason:
failed to establish connection to client host on rogue:10001

(rogue is the localhost)
I get the same message when I attempt to request scripts that are not even in the project set up in the debug config screen.
View user's profileFind all posts by comrade_bronskiSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
Quote:
Fatal error: Call to undefined function: debugbreak() in /home/rob/workspace/test/test.php on line 5

It means that you did not install debugger module on the server. Otherwise this function would be available.
Check phpinfo() output to make sure if debugger is listed in the modules.

Quote:
failed to establish connection to client host on rogue:10001

It may mean that either your server did not permit outgoing connection to rogue at TCP/10001 port, or your favorite PHPEclipse did not open listener on this port.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Problem with DBG 2.1.1 PHPElipse 1.1.7 Apache 2.0.54 PHP 4.3
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