Home » Language IDEs » PHP Development Tools (PDT) » Xdebug Test Button Grayed Out In Debug Configuration. Why?
Xdebug Test Button Grayed Out In Debug Configuration. Why? [message #1781232] |
Sat, 03 February 2018 13:03  |
Eclipse User |
|
|
|
I am trying to debug a PHP site on a remote server with a copy of Xdebug installed on that remote server.
I do not have Apache or PHP on the computer where my Eclipse (Oxygen, latest release ) is installed.
I created a "Synchronized PHP Project" of a copy of the PHP files to edit them "remotely".
I created a "server" via Windows > Preferences that points to the base URL of the remote server & site I am trying to debug.
I then started reading the PHP Development Tutorial in Eclipse Help Contents as to how to set up a Debug Configuration. I filled out all of the fields except for "document root", not being sure what that refers to.
In the tabbed dialog for the Debug Configuration "Xdebug" is listed as the debugger with a "Configuration" and "Test" button next to.
The "Test" button is greyed out and I can't figure out why, having filled everything I could in.
I tried filling in the fields for SSH Tunneling ( not sure what this for or what it does ). When activating it I got a couple of blank grey boxes coming up, the "Test" button still greyed out.
Any clues as to what I need to do to get the "Test" button working for Xdebug?
|
|
| | | |
Re: Xdebug Test Button Grayed Out In Debug Configuration. Why? [message #1781287 is a reply to message #1781232] |
Mon, 05 February 2018 10:05  |
Eclipse User |
|
|
|
I don't think I am behind a firewall. I will double check. This is how I have the Xdebug set on the remote server.
My eclipse is on my computer. I am developing and debugging a PHP site on a remote server with Xdebug installed on a remote server:
xdebug support,enabled
Version,2.2.7
IDE Key,slickedit
Supported protocols,Revision
DBGp - Common DeBuGger Protocol,$Revision: 1.145 $
Directive,Local Value,Master Value
xdebug.auto_trace,Off,Off
xdebug.cli_color,0,0
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.coverage_enable,On,On
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,slickedit,slickedit
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,On,On
xdebug.profiler_output_dir,/tmp,/tmp
xdebug.profiler_output_name,cachegrind.out.%t.%s,cachegrind.out.%t.%s
xdebug.remote_autostart,Off,Off
xdebug.remote_connect_back,On,On
xdebug.remote_cookie_expire_time,3600,3600
xdebug.remote_enable,On,On
xdebug.remote_handler,dbgp,dbgp
xdebug.remote_host,127.0.0.1,127.0.0.1
xdebug.remote_log,/var/log/xdebug/xdebug.log,/var/log/xdebug/xdebug.log
xdebug.remote_mode,req,req
xdebug.remote_port,9000,9000
xdebug.scream,Off,Off
xdebug.show_exception_trace,Off,Off
xdebug.show_local_vars,Off,Off
xdebug.show_mem_delta,Off,Off
xdebug.trace_enable_trigger,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
Is there anything you think I should change?
Thanks much again for your help
|
|
|
Goto Forum:
Current Time: Wed Jul 23 19:10:25 EDT 2025
Powered by FUDForum. Page generated in 0.03179 seconds
|