Pixwel API - Xdebug
You can use xdebug on the API. Xdebug can be installed on your local development environments. It can be used for code coverage analysis also. ## Xdebug/PHPStorm integration https://confluence.jetbrains.com/display/PhpStorm/Debugging+PHP+CLI+scripts+with+PhpStorm If you are working with the docker container, you can get Xdebug working and set breakpoints in the PHP code. This means you can be using the UI and set breakpoints in the API. Uncomment the following lines in the API Dockerfile and replace xdebug.remote_hose with the IP address of your machine.TODO: These instructions haven’t been tested in a while, please test and update.
Back to docs index | API docs index