Andrew Sitnikov wrote:
> 
> Hello php-general,
> 
>   I have some problem with Zend debuger:
> 
>   debug.php
>   <?
>    for ($i=0;$i<10;$i++){
>      echo $i."\n";
>    }
>   ?>
>   

What happens if you modify it as:

   debug.php
   <html><body>
   <?
    for ($i=0;$i<10;$i++){
      echo $i."\n";
    }
   ?>
   </body></html>


>   Configuration:
>     Server: Apache1.3.14_Linux2.2.17_PHP 4.0.4pl1+Zend Debuger
>     From phpinfo()
>     -----------------------------------------------------------------|
>     | This program makes use of the Zend scripting language engine:  |
>     | Zend Engine v1.0.4, Copyright (c) 1998-2000 Zend Technologies  |
>     | with Zend IDE Debug Server v1.0.0, Copyright (c) 1999-2001, by |
>     | Zend Technologies                                              |
>     -----------------------------------------------------------------|
>     
>     Client: Zend IDE on Win2000
> 
>  1.When i try debug local file:
>    IDE error message: "connection failed Unexpected end of file from server"
> 
>  2.When i try start debuging with browser:
>    
>http://host/~user/debug.php?start_debug=1&debug_port=10000&debug_host=MY_IP&debug_start_session=1
> 
>    Browser:
>    The page cannot be displayed
> 
>  3.Remove start_debug=1 from url:
> 
>    Browser:
>    0 1 2 3 4 5 6 7 8 9
>    
> 
> Best regards,
>  Andrew Sitnikov                         
>  e-mail : [EMAIL PROTECTED]
>  GSM: (+372) 56491109
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
          "Casanova will have many weapons; To beat him you will
              have to have more than forks and flatulence."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to