NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
DBG - what other IDE is using it?


Joined: 30 Jun 2009
Posts: 79
Reply with quote
Hi all,

Does anyone know of other PHP IDE that can be used with DBG extension (available at http://www.php-debugger.com) ?

Thanks!
View user's profileFind all posts by temuriSend private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
As far as I'm aware NuSphere (Dmitri specifically?) wrote DBG themselves and own it. Before I started using PhpED and when I was searching for a good debugger (xdebug didn't meet my requirements) There was a free release of DBG, then the better DBG was only for use with PhpED. That was originally why I started using PhpED. The free DBG does not support changing of execution point and for me that was an essential feature.
View user's profileFind all posts by plugnplaySend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
That's correct. Also I have to add that free version does not support global breakpoints.
For example, you noticed that a particular variable is assigned 5 somewhere and you need to know where it is done. Then you may want add global breakpoint with $a==5 condition, or vice versa it should be 5 and somwhere it is assigned with something bogus, then $a!=5 condition should be set. It's not limited to variables, you can check a result returned by any valid php statement. Note that this statement is executed literally on each executable line in your code. This may slowdown execution if the expression is not trivial, but in some cases it's just last resort to find bugs.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
DBG - what other IDE is using it?
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