https://bugs.kde.org/show_bug.cgi?id=387347
Bug ID: 387347
Summary: kdev-xdebug missing current-step row indicator
Product: kdevelop
Version: 5.2.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: n
https://bugs.kde.org/show_bug.cgi?id=387347
--- Comment #1 from Adriano Foschi ---
Konsole log:
kdevplatform.shell: Can't load plugin "kdevgdb" because a factory to load the
plugin could not be obtained: "Cannot load library
/usr/lib/qt/plugins/kdevplatform/30/kdevgdb.so:
https://bugs.kde.org/show_bug.cgi?id=387347
Adriano Foschi changed:
What|Removed |Added
Summary|kdev-xdebug missing |kdev-xdebug missing
https://bugs.kde.org/show_bug.cgi?id=387347
--- Comment #4 from Adriano Foschi ---
I tried c++ debbuger and it works.
I tried the php xdebug setup with a local server setup as follow:
webserver: localhost:80
xdebug: localhost: 9000
And it works. It seems to be an issue with docker container or
https://bugs.kde.org/show_bug.cgi?id=387347
--- Comment #5 from Adriano Foschi ---
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
https://bugs.kde.org/show_bug.cgi?id=387347
--- Comment #7 from Adriano Foschi ---
(In reply to Sven Brauch from comment #6)
> The "can not get property" looks related to me. Unfortunately I'm not at all
> familiar with the xdebug protocol, maybe somebody knows about this .
https://bugs.kde.org/show_bug.cgi?id=387347
--- Comment #8 from Adriano Foschi ---
Created attachment 109113
--> https://bugs.kde.org/attachment.cgi?id=109113&action=edit
Test environment under docker container
This attachment is the test environment for remote debugging under docker