[xdebug-general] Re: Xdebug not working with IIS

From: Anders Gunnarsson <d00guan[@]gmail.com>
Date: Tue, 20 May 2008 11:25:29 +0200

Solved!

The problem was as easy as the xdebug dll not inheriting user rights.
With rights permitting access from IIS, everything works as it should.

/Anders

2008/5/20 Anders Gunnarsson <d00guan[@]gmail.com>:
> Hi,
>
> I have problems of getting a working configuratuion of Xdebug and IIS.
> The versions i use are IIS 5.1, PHP 5.2.5 ISAPI (also tried 5.2.6),
> Xdebug 2.0.3 windows binary (also tried 2.1-dev).
>
> The result I get is that i see xdebug both under php modules and zend
> modules with php -m.
>
> php -i gives me:
> -----------------
> This program makes use of the Zend Scripting Language Engine:
> Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
> with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans
> -----------------
> -----------------
> xdebug
>
> xdebug support => enabled
> Version => 2.0.3
>
> Supported protocols => Revision
> DBGp - Common DeBuGger Protocol => $Revision: 1.125.2.4 $
> GDB - GNU Debugger protocol => $Revision: 1.87 $
> PHP3 - PHP 3 Debugger protocol => $Revision: 1.22 $
>
> Directive => Local Value => Master Value
> xdebug.auto_trace => Off => Off
> xdebug.collect_includes => On => On
> xdebug.collect_params => 0 => 0
> xdebug.collect_return => Off => Off
> xdebug.collect_vars => Off => Off
> xdebug.default_enable => On => On
> xdebug.dump.COOKIE => no value => no value
> xdebug.dump.ENV => no value => no value
> xdebug.dump.FILES => no value => no value
> xdebug.dump.GET => no value => no value
> xdebug.dump.POST => no value => no value
> xdebug.dump.REQUEST => no value => no value
> xdebug.dump.SERVER => no value => no value
> xdebug.dump.SESSION => no value => no value
> xdebug.dump_globals => On => On
> xdebug.dump_once => On => On
> xdebug.dump_undefined => Off => Off
> xdebug.extended_info => On => On
> xdebug.idekey => eitgagn => no value
> xdebug.manual_url => http://www.php.net => http://www.php.net
> xdebug.max_nesting_level => 100 => 100
> xdebug.profiler_aggregate => Off => Off
> xdebug.profiler_append => Off => Off
> xdebug.profiler_enable => Off => Off
> xdebug.profiler_enable_trigger => Off => Off
> xdebug.profiler_output_dir => /tmp => /tmp
> xdebug.profiler_output_name => cachegrind.out.%p => cachegrind.out.%p
> xdebug.remote_autostart => Off => Off
> xdebug.remote_enable => Off => Off
> xdebug.remote_handler => dbgp => dbgp
> xdebug.remote_host => localhost => localhost
> xdebug.remote_log => no value => no value
> xdebug.remote_mode => req => req
> xdebug.remote_port => 9000 => 9000
> xdebug.show_exception_trace => Off => Off
> xdebug.show_local_vars => Off => Off
> xdebug.show_mem_delta => Off => Off
> xdebug.trace_format => 0 => 0
> xdebug.trace_options => 0 => 0
> xdebug.trace_output_dir => /tmp => /tmp
> xdebug.trace_output_name => trace.%c => trace.%c
> xdebug.var_display_max_children => 128 => 128
> xdebug.var_display_max_data => 512 => 512
> xdebug.var_display_max_depth => 3 => 3
> -----------------
>
> But if i browse a file on my server with phpinfo() i get the text
> below and nothing from xdebug.
>
> -----------------
> This program makes use of the Zend Scripting Language Engine:
> Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
> -----------------
>
> Any ideas?
>
> /Anders
>

-- 
--
Anders Gunnarsson
Nergårdsvägen 51
436 36 Askim
Tel: 070-3301018
Received on Tue May 20 2008 - 11:25:33 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST