| View previous topic :: View next topic |
| Author |
Message |
scott quakkelaar Posted via mailing list.
|
Posted: Mon Aug 31, 2009 6:39 am Post subject: xdebug in netbeans - waiting for connection; xdebug is functional |
|
|
hi!
i've tried all the tutorials on the net, but i still can't get this thing to connect. |
|
| Back to top |
|
 |
Filip Zamboj Posted via mailing list.
|
Posted: Tue Sep 01, 2009 9:00 am Post subject: xdebug in netbeans - waiting for connection; xdebug is functional |
|
|
Hmmm ... troubles with xdebug are always kinda tricky and hard to trace
down.
Is the url you provided to firefox correct? The example on blog, you
mentioned, does work from you using firefox or commandline? In your
project, can you check the output of phpinfo() and what does it say
about xdebug and path to xdebug and if this information is correct? Do
it in your project folder, please.
Thanks.
Regards,
-------------
Filip Zamboj
Sun Microsystems
http://www.netbeans.org/community/issues.html
http://qa.netbeans.org
scott quakkelaar wrote:
| Quote: |
hi!
i've tried all the tutorials on the net, but i still can't get this
thing to connect. my page opens in firefox and runs to completion,
but the familiar "waiting for connection (netbeans-xdebug)" is present
in the lower right corner.
i've gotten this to work:
http://blogs.sun.com/netbeansphp/entry/howto_check_xdebug_installation
connection established: Resource id #5
details below... is there anything else i can provide?
thanks in advance...
scott quakkelaar
--
my installation:
winxp home sp3
apache 2.2.11
php 5.2.9
netbeans 6.7.1
xdebug 2.0.4
php.ini:
[XDebug]
zend_extension_ts="c:/program files/eclipse/php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=1 ; also works with 'on'
xdebug.remote_handler=dgbp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output="f:/temp/php/xdebug"
phpinfo():
xdebug
xdebug support enabled
Version 2.0.4
Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.125.2.6 $
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 /no value/ /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 On On
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 On On
xdebug.remote_handler dgbp dgbp
xdebug.remote_host 127.0.0.1 127.0.0.1
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
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|