Configuring Zend Debugger

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

    Configuring Zend Debugger

    I've tried to reinstall the zend environment and debugger on my new
    computer. I almost succeeded but when I try to debug or profile a webpage
    by clicking on the buttons on the toolbars I get the following message in
    my browser:

    Failed to connect to host '192.168.2.102' . Failed to connect to host
    '192.168.126.1' . Failed to connect to host '192.168.47.1'.

    (I've got a network card, Wifi and Bluetooth in the machine)

    The Zend section in my php.ini file:
    [Zend]
    zend_language=E nglish
    session.save_pa th="C:\PROGRA~1 \Zend\tmp"
    zend_debugger.e xpose_remotely= always
    zend_debugger.l icensed_user="T oni ***********"
    zend_debugger.l icense_key=**** ************
    zend_debugger.e nabled=1
    zend_gui_passwo rd=************ *************** *****
    zend_ini_modifi er="C:\PROGRA~1 \Zend\sbin\ini_ modifier"
    zend_debugger.a llow_hosts=127. 0.0.1/32,192.0.0.0/8
    zend_debugger.d eny_hosts=
    zend_server.all ow_hosts=127.0. 0.1/32,192.0.0.0/8
    zend_server.den y_hosts=
    zend_root_dir=" C:\PROGRA~1\Zen d"
    zend_server.apa che_error_log=" C:\Apache\logs\ error.log"
    zend_extension_ ts="C:\Program Files\Zend\lib\ ZendExtensionMa nager.dll"
    ;end_extension_ manager.optimiz er_ts="C:\Progr am Files\Zend\lib\ Optimizer-
    2.1.0"
    zend_extension_ manager.debug_s erver_ts="C:\Pr ogram Files\Zend\lib\ Debugger-
    3.0.1"

    I've commented out the optimiser because when using it, my pages get an
    error. The debugger fails with and without the optimizer.

    Please help,

    Toni


  • Ira Baxter

    #2
    Re: Configuring Zend Debugger

    "Toni" <zoek_op_toni@e xample.com> wrote in message
    news:Xns95F2854 E01563newstechn etiumbe@213.51. 129.36...[color=blue]
    > I've tried to reinstall the zend environment and debugger on my new
    > computer. I almost succeeded but when I try to debug or profile a webpage
    > [...stuff doesn't work...][/color]

    We offer a PHP Test Coverage tool and a PHP profiler that don't require any
    changes
    to a standard PHP server. Both of these are in Beta, but interested
    parties can get them.

    See http://www.semdesigns.com/Products/P...PProfiler.html


    --
    Ira D. Baxter, Ph.D., CTO 512-250-1018
    Semantic Designs, Inc. www.semdesigns.com


    Comment

    Working...