SitePoint Sponsor |
|
User Tag List
Results 1 to 10 of 10
Thread: PHP debugger tool
-
May 29, 2009, 09:02 #1
- Join Date
- Aug 2008
- Posts
- 41
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
PHP debugger tool
Hi,
I am trying to integrate php with eclipse and want to debug it , with features like Step in step out,watches etc.
I found one extension called PHP DBG http://www.php-debugger.com/dbg/installation.php
but i am not able to install it and integrate it,
I am not able to found phpdgb.dll, the download contains .X files and not .dll.
Can any one help me figuring out how we can debug php using this or any other tool thanks
-
May 29, 2009, 09:21 #2
- Join Date
- Jan 2008
- Location
- Knoxville TN
- Posts
- 2,053
- Mentioned
- 66 Post(s)
- Tagged
- 1 Thread(s)
I personally use Zend IDE 5.1 (The newest is 6 but is eclipse based and I don't like it that much). It's $100 but money well worth spending.
-
May 29, 2009, 09:29 #3
I use Nusphere PhpEd which comes with the exact same debugger you are trying to install.
-
May 29, 2009, 09:45 #4
- Join Date
- Mar 2007
- Location
- Czech Republic
- Posts
- 375
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
http://www.php-debugger.com/dbg/down...=215.5-mod-php
On this page you can download package with DLL.
-
May 29, 2009, 15:49 #5
- Join Date
- Nov 2004
- Location
- Plano
- Posts
- 643
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
i know for sure xdebug works with eclipse and apache. also i know zend has their own debugger but i don't know what it's called, i think it's called zenddebug? the zend one is the one i use because it is the default debugger with the zend IDE. getting it installed on my webserver was a huge hassle though. i spent maybe 40 hours trying to get it to work before i just installed ZendCore which came with debugging features already enabled.
-
May 30, 2009, 06:40 #6
- Join Date
- Aug 2008
- Posts
- 41
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi
Thanks for your reply
I cant really afford to buy Zend or any other any how so got to work in open source.
MASTODONT: i download the package you suggested but its again contain php_dbg.dll-4.3.x file its .x file not .dll how to use it.
-
May 30, 2009, 07:11 #7
- Join Date
- Mar 2006
- Posts
- 701
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
netbeans also has debug module (with x-debug).
-
May 31, 2009, 04:02 #8
-
May 31, 2009, 04:44 #9
- Join Date
- Aug 2008
- Posts
- 41
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Ok
so shall i rename it to "phpdgb.dll" that is save it as .dll file
-
May 31, 2009, 10:02 #10
- Join Date
- Apr 2009
- Location
- South Florida
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
you can try this simple portable PHP execution program develop for windows
http://www.digitalcoding.com/free-so...m-windows.html
Bookmarks