473,416 Members | 1,714 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

debuging php

Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe variables values

Thanks in advance
Jul 17 '05 #1
9 2456
What you need is an editor with debugging capabilities. I have been using
PHPEdit from www.phpedit.net for several years with great success. It is
free for personal use. Check it out.

--
Tony Marston

http://www.tonymarston.net
"mickeyg" <me**********@yahoo.com> wrote in message
news:7gPTc.3004$zO3.1805@trndny05...
Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe variables
values

Thanks in advance

Jul 17 '05 #2
"mickeyg" wrote:
Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe variables values

Thanks in advance


Yes! use a php debugger or IDE (Integrated Debugging Env.). See
these two archive threads for some free/paid IDE discussions:

http://www.dbforumz.com/PHP-Zend-ftopict136882.html
http://www.dbforumz.com/PHP-IDE-ftopict135427.html

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-debuging-ftopict139811.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=467674
Jul 17 '05 #3

"steve" <Us************@dbForumz.com> wrote in message
news:41**********@news.athenanews.com...
"mickeyg" wrote:
Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe variables
values

Thanks in advance


Yes! use a php debugger or IDE (Integrated Debugging Env.).


Wrong! IDE stands for Integrated Development Environment.

--
Tony Marston

http://www.tonymarston.net
See
these two archive threads for some free/paid IDE discussions:

http://www.dbforumz.com/PHP-Zend-ftopict136882.html
http://www.dbforumz.com/PHP-IDE-ftopict135427.html

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-debuging-ftopict139811.html
Visit Topic URL to contact author (reg. req'd). Report abuse:
http://www.dbForumz.com/eform.php?p=467674

Jul 17 '05 #4
"Tony Marston" wrote:
"steve" <Us************@dbForumz.com> wrote in message
news:411fcfeb

_5@news.athenanews.com...
"mickeyg" wrote:
Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe

variables
values

Thanks in advance


Yes! use a php debugger or IDE (Integrated Debugging Env.).


Wrong! IDE stands for Integrated Development Environment.


Tony, IDE. Yes, you are correct.

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-debuging-ftopict139811.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=467768
Jul 17 '05 #5
In article <7gPTc.3004$zO3.1805@trndny05>, mickeyg wrote:
Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe variables values

Thanks in advance


I'd kind of like to know the same thing, except for Linux, without an
editor. (I use vim these days, but have been an emacs user)

For now, error_log() seems like the best bet. :-/ I've started to use
PHPUnit as a "debugging environment" in some cases, it works well for
that, but it's really not designed with that in mind.

Jamie
--
http://www.geniegate.com Custom web programming
User Management Solutions Perl / PHP / Java / UNIX

Jul 17 '05 #6
"Average_Joe" wrote:
In article <7gPTc.3004$zO3.1805@trndny05>, mickeyg wrote:
Is there a way to step thru php application?
What tools do I need?
I will like to see what lines are being executed and maybe variables values

Thanks in advance


I’d kind of like to know the same thing, except for Linux,
without an
editor. (I use vim these days, but have been an emacs user)

For now, error_log() seems like the best bet. :-/ I’ve started
to use
PHPUnit as a "debugging environment" in some cases, it works well

for that, but it’s really not designed with that in mind.

Jamie


Average_Joe, to me using IDE easily translates into 10 times
productivity improvement. Some of the PHP IDE’s also are available
for Linux.

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-debuging-ftopict139811.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=467790
Jul 17 '05 #7
how does one download the personal use version of phpedit as opposed
to the 30 day trial version advertised on their site? tia...

steve <Us************@dbForumz.com> wrote in message news:<41**********@news.athenanews.com>...
"Average_Joe" wrote:
> In article <7gPTc.3004$zO3.1805@trndny05>, mickeyg wrote:
> > Is there a way to step thru php application?
> > What tools do I need?
> > I will like to see what lines are being executed and maybe variables values > >
> > Thanks in advance

>
> I?d kind of like to know the same thing, except for Linux,
> without an
> editor. (I use vim these days, but have been an emacs user)
>
> For now, error_log() seems like the best bet. :-/ I?ve started
> to use
> PHPUnit as a "debugging environment" in some cases, it works well

for
> that, but it?s really not designed with that in mind.
>
> Jamie


Average_Joe, to me using IDE easily translates into 10 times
productivity improvement. Some of the PHP IDE?s also are available
for Linux.

Jul 17 '05 #8
Average_Joe <jo*@geniegate.com> wrote in message news:<sl****************@pong.tunestar.net>...
I'd kind of like to know the same thing, except for Linux, without an
editor. (I use vim these days, but have been an emacs user)


Probably <http://www.xdebug.org/> ? (Komodo uses this)

--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com
Jul 17 '05 #9

"Skeets" <sk*********@yahoo.com> wrote in message
news:75**************************@posting.google.c om...
how does one download the personal use version of phpedit as opposed
to the 30 day trial version advertised on their site? tia...


You download the trial version then apply for a personal use licence. When
you install the licence the 30 day limit is turned off.

--
Tony Marston

http://www.tonymarston.net
Jul 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Vincent Finn | last post by:
Hi, I have some controls (VB.Net) written be someone else They are loaded using an asp page How can I debug the contol? I have tried attaching the process to IExplorer and aspnet_wp.exe but...
0
by: serge calderara | last post by:
Dear all, I try to debug a strore procedure within VS studio server explorer. Problem I have is when selecting my store procedure and then Step into menu I get error message that I have no debug...
2
by: joe | last post by:
Hi when iam writing a console program it is preatty simple to ouput variables to stdout, but how do i do that with a windows app? i am compiling a windows app tha uses cp and cpp libs and i am...
3
by: bob | last post by:
Hello, I've tried a few testing frameworks with C# but so far haven't found a way to debug into a failing test. I'm used to S Unit (Smalltalk) where when a test fails you just right click on it...
0
by: FOX User Group | last post by:
Hi, Migh be this is the stupid question, does anyone know the root cause of the following problem: 1. I create project Web Application, say just put label 'Testing" on the page 2. I run the...
1
by: Rogers | last post by:
When I tried to run an application developed by VB.net in IIS6,This error occured,The error message is "Current credit level setting desn't support Debuging"(in chinese),I dont't know how to...
1
by: Carlos Albert | last post by:
Hello group, I have a weird problem with VS2003 & VS2005 using both ASP.NET 1.1 and 2.0, that is that 90% of the times I hit debug, doesn't debug anything, just runs as I was releasing....
3
by: Tina | last post by:
How can I debug with a querystring in vs.net? Is there some place to put the querystring? thanks, T
4
by: psbasha | last post by:
Hi, How to check the class attributes/member variable values while debuging in 'PythonWin'?. I need to watch all the member varibales values of a class ,given the object or etc. Thanks PSB
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.