|
Posted by IchBin on 02/27/07 22:03
Mike Russell wrote:
> I'm just starting out in php, and am looking around for any ide / debugger
> combinations.
>
> I'm currently checking out DEV-PHP2, which seems to have good editing
> functions, but no real ability to interact with executing code, other than
> to open a browser window to run the php. The docs seem to be scattered, so
> there may be functionality that I haven't found yet.
>
> Some of the features I'm interested in are remote debugging, breakpoints,
> examining variables, stack trace, and the ability to type in code and have
> it executed.
>
I have not looked at DEV-PHP2 in a long time. If you like that IDE then
you can use Xdebug. They say that they have it integrated with their
latest IDE.
I happen to use tsWebEditor. This also has Xdebug integrated plus a lot
more features then DEV-PHP2.
http://tswebeditor.net.tc
http://tswebeditor.tigris.org
--
Thanks in Advance... http://weconsultants.prophp.org
IchBin, Pocono Lake, Pa, USA http://ichbinquotations.awardspace.com
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
[Back to original message]
|