Closed damien-biasotto closed 4 months ago
Hey I added an config and install instructions in the Readme.
Have only tested by stepping through hello_world.php
.
Got it working by adding the following php ini
zend_extension=xdebug
xdebug.mode = debug
xdebug.start_with_request = yes
Starting adapter with the new added config named xdebug
then running hello_world.php
from the terminal.
Awesome it works :)
First of all thank you for this amazing project, I'm using it for debugging remote java application in emacs.
I know xdebug is not officially supported but I wanted to try my luck, I'm trying to setup a xdebug via Dape to debug a php application running in a docker container.
The setup of xdebug is working fine, I can debug the same application via IntelliJ.
I had a look on how dap-php was initialing the debugger server, and setup the dape config according ly.
I do not have any error when the debug session start, but the debugging does not occur.
Here is my current config:
And here is the log of the
dape-server
upon starting the debug session:Given I have no errors, I was wondering if there is a way to increase dape verbosity?