473,625 Members | 2,751 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2466
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**********@y ahoo.com> wrote in message
news:7gPTc.3004 $zO3.1805@trndn y05...
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.athenan ews.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.athenan ews.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_Jo e" 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.athena news.com>...
"Average_Jo e" 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*********@ya hoo.com> wrote in message
news:75******** *************** ***@posting.goo gle.com...
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
986
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 I get nothing, no breakpoints are hit I assume it is something simple but I can't find it in the MSDN.
0
1218
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 rights on master db or something like that What should I do to make it working Thnaks for your help
2
1334
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 trying to get the parametes for a function inside the function. is there a way to pop up a window with the value? or do i have to write them to a file?
3
1662
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 and say debug and the program halts at the point where the test fails. This makes it very easy to debug the test as you have the stack, locals etc. At them moment I'm having to recompile the main loop to call the failing test and put a break in...
0
973
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 web page by pressing F5 key after that appear error message: "Unable to start debuging on the web server. Server side-error occurred on sending debug HTTP request"
1
1152
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 translate it,I hope you can undenstand it. I create a website and added two virtual directorys to it,But both two applications doesn't work,The error message is upwards. And the setting of this website is default,I didn't change anything after I...
1
1090
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. Sometimes it works, one or two pages, or even the same page after a postback, just stop debuging. Didn't try debuging a windows app, cause I only do web development. I'm running Win2003, IIS6, .NET framework 1.1 and 2.0, VS 2003 and VS2005.
3
1234
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
1753
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
8253
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8189
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8692
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8635
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8497
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6116
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2621
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1499
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.