|
Posted by IchBin on 11/15/06 02:07
Peter Fox wrote:
> Following on from junee's message. . .
>> I tried to develop php on eclipse
>> installed are prerequisites but it didn't work
>> help me,
>> if any one experienced with it succeeded.
>>
>> it is 0.7 build
>>
>> help plz
>>
>
> Eclipse doesn't work for me. But then I don't have 768+Mb of memory or
> XP. I gave up. My hunches are
> (a) Eclipse is a black hole for memory
> (b) You're expecting something to work that can't possibly do so
> (c) PHP-Eclipse is broken
>
> Personally I'd love to be able to use Eclipse, it has lots of juicy
> things going for it... ...but it literally crashes my machine.
>
> You have asked a very good question: "Is PHP-Eclipse any good?" (As in
> (a) Works right out of the box
> (b) Actually a good dev. environment
> (c) Never crashes
> )
>
>
Well I try to use it also. It does not crash on me. With the latest
upgrade it seems to work better. The debugger that is. That is the main
reason why I wanted to use it, besides the fact that I am a java
programmer and have used Eclipse for that in the last three years.
The PHP IDE is a new plugin and it is in its early stages. As an
alternative I use a free open source IDE called tsWebEditor
(http://tswebeditor.net.tc) and it works well with xdebug. It's a tigris
project (http://tswebeditor.tigris.org). I do have some information on
my website under PHP\Debugging.
The main problem I have with the Eclipse PHP IDE is that the project
people are Zend people. They are forcing their non open source debugger
into this Open source Eclipse project. Does not make sense to me.
To use xdebug with tswebeditor I just load the php script into
tswebeditor(set the debug stop) and then call it from a web browser with
this URL:
http://localhost/phpscript.php?XDEBUG_SESSION_START=tswebeditor
--
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
--
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Navigation:
[Reply to this message]
|