Results 1 to 9 of 9

Thread: VB style debug

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    VB style debug

    As in visual studio vb programmer can debug program line by line.Is there any facility provided by any IDE for php ?

  2. #2
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: VB style debug

    I have not seen an IDE that will debug PHP like other languages yet. There are however lots of IDEs avalilble, if you search this forum you fill find lots of them plus the comments from people who have tried and used them.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: VB style debug

    Would be nice, I've often wished for one myself

    I usually end up just tracing through it mentally or sticking echo()'s in the code at various key points to see what is going wrong.

  4. #4
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: VB style debug

    print, print_r and die, if only there was break points.

    Suppose it could be possible to make a IDE that support PHP breakpoints and such, BUT it would require modifying the source to PHP itself.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Re: VB style debug

    How breakpoint can be used to get some help in debug in DreamWeaver.

  6. #6
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: VB style debug

    Ok i searched around to see if there was anything that could used to debug PHP, better than manualy, and i came across this http://dd.cron.ru/dbg/

    Im not sure about dreamweaver as i dont have a copy of it im afraid.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Location
    Osaka
    Posts
    200

    Re: VB style debug

    John i have downloaded and using it but i am still unable to figure out why it has not same feature of debugging as Visual Studio.I am interested in line by line style debug as in visual studio.This software is not doing it

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: VB style debug

    Because of the way the engines are written. PHP is more of an inline, interpreted scripting langauge, as opposed to ASP.NET, VB.NET, VB6 and C#, which are compiled languages.

  9. #9
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: VB style debug

    http://community.maguma.org/Maguma_Studio.520.0.html

    Zend also does line by line ddebugging, I have never tried it though as it is very expensive.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width