Komod 11 debuggin

Problem with xdebug

Local Openserver
Php 7.1

Xdebug installed

Php File at folder - D://web/pnew/deb.php
Url for run it at local http://pnew/deb.php

Code in file is

<? $q=10; ?>

When i click F5 - debugger. Komodo waiting … i run http://pnew/deb.php

I test xdebug with others ide - and all works fine. Only with komodo very hard use Remote debugging.

And komodo go to crazy
1 error - hi want URL mapping file://///127.0.0.1/C:/Users/Administrator/AppData/Local/Temp
2 error - PHP is not configured for debugging
3 error - Want create file dbgp:///C:/Users/Administaror/Appdata/Local/Temp/tmpiejrigjdfg.php
4 error - Komodo was unable to open the file tmpiejrigjdfg.php
5 error - Komod show this errors 100 times and impossible stop it. But after i stop debuging.

All preference is fine.

Komodo work with Temp file … why not with original ?

[Xdebug]
zend_extension="%sprogdir%/modules/php/%phpdriver%/ext/php_xdebug.dll"
xdebug.default_enable = 1
xdebug.auto_trace = 0
xdebug.collect_includes = 1
;xdebug.collect_params = 4
;xdebug.collect_return = 1
;xdebug.collect_assignments = 1
;xdebug.collect_vars = 1
xdebug.dump.REQUEST = *
xdebug.dump.SESSION = *
xdebug.dump.SERVER = REMOTE_ADDR,REQUEST_METHOD
;xdebug.dump.COOKIE =
;xdebug.dump.FILES =
;xdebug.dump.GET =
;xdebug.dump.POST =
xdebug.dump_globals = 1
xdebug.dump_once = 1
xdebug.dump_undefined = 1
xdebug.extended_info = 1
;xdebug.file_link_format = “”
;xdebug.idekey = “”
xdebug.manual_url = “http://www.php.net
xdebug.max_nesting_level = 256
xdebug.overload_var_dump = 1
;xdebug.profiler_append = 1
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="%sprogdir%/userdata/temp/xdebug/"
xdebug.profiler_output_name = “cachegrind.out.%H%R”
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_handler = “dbgp”
xdebug.remote_host = “localhost”
xdebug.remote_log = “none”
xdebug.remote_mode = “req”
xdebug.remote_port = 9000
;xdebug.scream = 1
;xdebug.show_exception_trace = 0
;xdebug.show_local_vars = 1
;xdebug.show_mem_delta = 1
;xdebug.trace_format = 1
;xdebug.trace_options = 1
xdebug.trace_output_dir = “%sprogdir%/userdata/temp/xdebug/”
;xdebug.trace_output_name = “trace.%H%R”
xdebug.var_display_max_children = 256
;xdebug.var_display_max_data = 1024
xdebug.var_display_max_depth = 16
;xdebug.remote_cookie_expire_time = 3600

Pressing F5 to start debugging is for local debugging, it sounds like what you are trying to do is remote debugging. Check the documentation here:

http://docs.activestate.com/komodo/11/manual/debugphp.html#remote-php-debugging

Yes . Its work fine.

But how debug file on ftp ?

I connect to my remote server and load php.file . But how its debug ?
I Map Url but didnt work

This is map url:

Url - http://basneg.com
Maps to - ftp://Sneg.ee/basneg.com

file - ftp://Sneg.ee/basneg.com/index.php

its opened in browser when i write - http://basneg.com

But debugger didnt work.

You need to set up xdebug on the remote server, whether you edit the files via ftp is irrelevant. You cannot setup xdebug via ftp.

xdebug 2.5.5 worked at hosting , port 9000

What i must write in php.ini xdebug.remote_host ? my computer ip ? or localhost ?
What i must write in Komodo Debugger connection ? a specific port and all ? or what proxy adress - my hosting ip ? or my hosting adress ? If wrote hosting ip and port 9000 when komodo neverending sleep .

Didnt work nothing.

Thisi is php info at my hosting

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.force_display_errors Off Off
xdebug.force_error_reporting 0 0
xdebug.halt_level 0 0
xdebug.idekey no value no value
xdebug.max_nesting_level 256 256
xdebug.max_stack_frames -1 -1
xdebug.overload_var_dump 2 2
xdebug.profiler_aggregate Off Off
xdebug.profiler_append Off Off
xdebug.profiler_enable Off Off
xdebug.profiler_enable_trigger Off Off
xdebug.profiler_enable_trigger_value no value no value
xdebug.profiler_output_dir /tmp /tmp
xdebug.profiler_output_name cachegrind.out.%p cachegrind.out.%p
xdebug.remote_addr_header no value no value
xdebug.remote_autostart Off Off
xdebug.remote_connect_back Off Off
xdebug.remote_cookie_expire_time 3600 3600
xdebug.remote_enable On Off
xdebug.remote_handler dbgp dbgp
xdebug.remote_host 95.19.233.107 localhost
xdebug.remote_log /var/www/logs/xdebug.log no value
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.scream Off Off
xdebug.show_error_trace 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_enable_trigger_value no value no value
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

Please elaborate. Are you saying it did appear to connect to Komodo but Komodo hung?