https://bugs.kde.org/show_bug.cgi?id=387347
--- Comment #5 from Adriano Foschi <adri.fos...@gmail.com> --- I did two tests: 1) local webserver (OK) 2) docker container webserver (NOK) I tested the debuggers with: - the same ports (localhost:80, localhost:9000) - the same plugins settings - the same php file # executebrowser plugin settings server: localhost path: index.php arguments: empty browser: empty # xdebug plugin settings path_mappings: empty xdebug.remote_host: empty xdebug.remote_port: 9000 # xdebug php.ini snippet (the file is the same except for the parameter xdebug.remote_host that is 127.0.0.1 on local web server test instead of host machine ip address in docker container test) xdebug.remote_enable=on xdebug.remote_autostart=on xdebug.remote_handler=dbgp xdebug.remote_host=192.168.1.3 xdebug.remote_port=9000 It still doesn't work on docker container setup. It works well as "remote debugging" with other editors/ide as vscode. Probably I miss some configuration into plugin as path mappings? -- You are receiving this mail because: You are watching all bug changes.