Click here to Skip to main content
16,010,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does any one have an idea about a good framework that i can debug the code step by step
Thank's
Posted

I think you mean IDE - Integrated development environment rather than framework or just a debugger. Try searching the internet for PHP IDE or PHP Debugger - Eclipse is a good IDE to use for php/java and works on windows/linux (not sure about mac's :P).

Hope this helps,

Ed :)
 
Share this answer
 
I used to use Visual Studio to develop and debug PHP modules with Phalanger, a compiler for .NET which also has a Visual Studio integration add-on. Please see http://en.wikipedia.org/wiki/Phalanger_%28compiler%29[^], http://www.php-compiler.net/[^].

Unfortunately the programming model of ASP.NET with Phalanger is very different from "standard" PHP modules from Web servers. So, I used only a a sub-set of PHP valid for its "standard" use. It was enough for development and debugging. It helped a lot.

—SA
 
Share this answer
 
Comments
bashar Haydar 15-Jul-11 2:23am    
Well thank you for your comment but i used NethBeans for the development but the problem was that i can't compile or run the code step by step(line by line)
Sergey Alexandrovich Kryukov 19-Jul-11 0:46am    
1) Phalanger will run step-by-step under Visual Studio debugger. This is the whole point of it.
2) Do you mean NetBeans? This is Java. Does it have anything to do with PHP?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900