Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Waiting for XDebug session - 57%
Waiting for XDebug session - 57% [message #805990] Fri, 24 February 2012 11:41 Go to next message
Philip Moon is currently offline Philip MoonFriend
Messages: 7
Registered: February 2012
Junior Member
Hi,
When I try to debug a php web page it hangs up.

At the lower right corner there is the message - launching test: (57%).

I use wampserser 2.2, with php 5.3.8, Apache/2.2.21 (Win32) on x86 Windows7.

this is my phpinfo() - xdebug :

    xdebug
    xdebug support enabled
    Version 2.1.3

    Supported protocols Revision
    DBGp - Common DeBuGger Protocol $Revision: 1.145 $

    Directive Local Value Master Value
    xdebug.auto_trace Off Off
    xdebug.collect_assignments 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.file_link_format no value no value
    xdebug.idekey USER-PC$ no value
    xdebug.max_nesting_level 100 100
    xdebug.overload_var_dump On On
    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 C:\wamp\tmp C:\wamp\tmp
    xdebug.profiler_output_name xdebug_profile.%R::%u xdebug_profile.%R::%u
    xdebug.remote_autostart Off Off
    xdebug.remote_connect_back Off Off
    xdebug.remote_cookie_expire_time 3600 3600
    xdebug.remote_enable On On
    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 10000 10000
    xdebug.scream Off Off
    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 \ \
    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


php.ini:

[xdebug]

zend_extension = "c:/wamp/bin/php/php5.3.8/ext/php_xdebug-2.1.3-5.3-vc9.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.remote_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="C:\wamp\tmp"
xdebug.profiler_output_name = "xdebug_profile.%R::%u"
xdebug.remote_autostart=off
xdebug.remote_connect_back = 0
xdebug.remote_enable=On
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=10000




Thanks in advance for your assistance.

[Updated on: Fri, 24 February 2012 11:48]

Report message to a moderator

Re: Waiting for XDebug session - 57% [message #806075 is a reply to message #805990] Fri, 24 February 2012 14:20 Go to previous messageGo to next message
Philip Moon is currently offline Philip MoonFriend
Messages: 7
Registered: February 2012
Junior Member
Hello,

It will be very great if someone can give a hand....
Re: Waiting for XDebug session - 57% [message #808157 is a reply to message #806075] Mon, 27 February 2012 13:15 Go to previous message
Dave Kelsey is currently offline Dave KelseyFriend
Messages: 15
Registered: July 2009
Junior Member
your xdebug config shows that xdebug is to use port 10000, On PDT the
default for Xdebug is port 9000 and Zend is 10000. I suggest you either
change to use port 9000 or another port (but not 10000) but ensure PDT
is configured to use the same port.

Dave

On 24/02/2012 14:20, Philip Moon wrote:
> Hello,
>
> It will be very great if someone can give a hand....
Previous Topic:PHP debug configuration hangs - Waiting for XDebug session (57%)
Next Topic:Highlight matching words were selected
Goto Forum:
  


Current Time: Tue Apr 23 14:33:42 GMT 2024

Powered by FUDForum. Page generated in 0.03367 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top