We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to use xdebug to debug my code. I've already ran the configuration script, and I can see xdebug from phpinfo.
However, when I try to open a debugging session from vscode, it does not work. Do I have to expose ports or something?
I tried multiple things without success
Thank you
The text was updated successfully, but these errors were encountered:
The IDE will have a port listening where xdebug will try to connect to.
xdebug will have a log in the container that is likely helpful to further debug this:
docker-compose exec nextcloud cat /var/log/xdebug.log
https://xdebug.org/docs/all_settings#log_level
How are you trying to trigger the request with debugging? By default we require a trigger to start debugging
I might be able to give a few more hints if you share how you configured vscode.
Sorry, something went wrong.
No branches or pull requests
Hi,
I want to use xdebug to debug my code.
I've already ran the configuration script, and I can see xdebug from phpinfo.
However, when I try to open a debugging session from vscode, it does not work.
Do I have to expose ports or something?
I tried multiple things without success
Thank you
The text was updated successfully, but these errors were encountered: