What kind of tools do you usually use PHP for debugging?
Want to change a little bit of someone else's PHP plugin, the code meaning is mostly that meaning, probably can see a clear, but if I want to find the source of the function, or in the next break to see if there is no running to a location, view variables. How to do these, online search is to say with Notepad, Notepad and so on. But these tools write smaller systems, and for Dede this slightly larger CMS has a human life,
What tools are used by the big wet to debug open source code. There are no useful tools.
Newly-learned, hard-to-understand.
Reply to discussion (solution)
Come to mark and look at other people's experiences. My own words, editplus View and write code print_r+exit interrupt with the browser to try to use the Firebug to see the JS effect and network request/... Looks very primitive,
In fact, I am a C + +, usually feel very convenient
I and 1, also use EditPlus??
Small???? With Vardump ()
?? Of?? With Zend Studio 5.5?
Zengstudio click on the function to see the function bunker.
Eclipse PHP
HTML output is in browser test, echo + Var_dump + exit
Write the PHP module in the command line test (or you can simulate the console of the editor such as sublime text, etc.)
Use your CPP to write an IDE
Do not know the landlord specifically to debug what? Convenient point, find a good editor, I currently use phpdesign or can use Phpstorm
>php-l the path \ file directly from the command line that comes with PHP. php This allows you to check for syntax errors and to tell you which line of code is wrong, without the use of additional tools, very convenient
Xdebug
Var_dump ()
Var_dump () I use the thinkphp framework, which also has some debugging features inside
Always be exit (); echo ""; Var_dump (); Add an error
Alas, I am also confused, not debugging, to the ASP.
Var_dump () I use the thinkphp framework, which also has some debugging features inside
+1
Eclipse PHP
I think eclipse PHP is a very useful tool. But the wrong thing is basically a comprehensive multi-faceted tool, with Eclipse Auto Display, a Web page display, and command requests to display or close, and so on.
Eclipse PHP
I think eclipse PHP is a very useful tool. But the wrong thing is basically a comprehensive multi-faceted tool, with Eclipse Auto Display, a Web page display, and command requests to display or close, and so on. I also think
Goodslist
Zengstudio click on the function to see the function bunker.
If the project is large, multiple files have this function, out a bunch of files for you to choose. The last time we looked at weaving dreams, we had to find one.
Zendstudio + xdebug + Firefox + the easiest xdebug
You use a browser to browse a page, will automatically call the editor in the corresponding code, and then step by step tracking
QQ Group: 33918040
Dreamveawer actually in the interface design is slightly better than eclipse, but I generally directly through IE to determine the error, in fact, very convenient, will help you to automatically locate! If the number of lines in the HTML error, then is the problem of JavaScript, if it is the PHP problem will tell you directly in the PHP file how many lines, very convenient, you may wish to try!
I'm also a novice, with EditPlus and DW.
Eclipse and Zend Studio