eclipse and xdebug not working together [message #1872761] |
Mon, 18 November 2024 14:04 |
Klaus Dimde Messages: 1 Registered: November 2024 |
Junior Member |
|
|
Greetings,
When xdebug is on debug and eclipse is running it is not possible to execute any php program (like composer, my cli project, etc) from the console. The console just does not show any output. When I restart eclipse or end it, it runs through. Neither the eclipse console nor the xdebug log show any error message.
eclipse is configured to listen on port 9003 on localhost.
Running on gentoo with php 8.2, eclipse the same for 2024.6 and 2024.9.
My xdebug.ini
zend_extension=xdebug.so
xdebug.mode=debug,coverage,develop
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_port=9003
xdebug.start_with_request=1
xdebug.log_level=11
xdebug.log=/tmp/xdebug.log
I even tried a fesh eclipse install with a fresh workspace. At the moment debugging is de facto not possible. Any ideas? Any informations I can provide?
Thank you
Klaus
Addition:
I played a little bit with the configuration. When switching "Accept remote session (JIT)" to prompt (preferences->php->Debuggers->xdebug eclipse asks if I want to start a debug session and after that nothing more happens
[Updated on: Tue, 19 November 2024 14:01] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03688 seconds