Does SlickEdit have a PHP debugger?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JaxDawg

    Does SlickEdit have a PHP debugger?

    Many of you recommend SlickEdit for PHP development. One thing I
    haven't been able to determine is if it has a debugger for PHP scripts?
    Looking for breakpoint, watch lists, etc. similar to what the major
    ide's have.

    Thanks!

  • Tim Roberts

    #2
    Re: Does SlickEdit have a PHP debugger?

    "JaxDawg" <randyjbishop@h otmail.com> wrote:[color=blue]
    >
    >Many of you recommend SlickEdit for PHP development. One thing I
    >haven't been able to determine is if it has a debugger for PHP scripts?
    > Looking for breakpoint, watch lists, etc. similar to what the major
    >ide's have.[/color]

    No. SlickEdit is an editor. A fancy editor, to be sure, but still an
    editor. It is not an IDE, a compiler, or a debugger.

    PHP debugging is a tricky problem, because PHP scripts ordinarily run in
    the context of a web server.
    --
    - Tim Roberts, timr@probo.com
    Providenza & Boekelheide, Inc.

    Comment

    Working...