Code Comments
Programming Forum and web based access to our favorite programming groups.On Mar 13, 7:11 pm, "Freelancer71" <f93c0...@yahoo.com> wrote: > "Rguy84" <ryan.ben...@gmail.com> wrote in message > > news:40d38739-8e63-46f0-a644-cb4c61b9674d@i12g2000prf.googlegroups.com... > > > > By debug I mean execute the statements one by one or trace. Is that possib le > with eclipse? Is it free? Just echo the statements... Yes its free
Post Follow-up to this message..oO(Rguy84) >On Mar 13, 7:11 pm, "Freelancer71" <f93c0...@yahoo.com> wrote: > > >Just echo the statements... Yes its free echo is the poor man's debugger. In many simple cases it's usually enough (I do the same, for example I have a debugLog() function that simply writes the passed info to a shell on my second screen), but a real debugger has a lot more capabilities to follow the program flow. Micha
Post Follow-up to this message..oO(Rguy84) >On Mar 14, 3:52 pm, Michael Fesser <neti...@gmx.de> wrote: > > >Nothing like this is for PHP which is built in, like other languagess, >ie JAVA. Not sure I understood correctly. No language has a debugger built-in. It's always an external tool or part of the IDE. For PHP there are at least two real debuggers available, you just have to install and use them. Micha
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.