Skip to content

Commit

Permalink
Add note about vscode-php-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
przepompownia committed Nov 14, 2023
1 parent 8f0f6b3 commit 6261ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ require("neotest-phpunit")({

### Debugging with `dap` strategy

You need to install and configure [nvim-dap](https://github.com/mfussenegger/nvim-dap) first. For example if you have
You need to install and configure [nvim-dap](https://github.com/mfussenegger/nvim-dap) with [vscode-php-debug](https://github.com/xdebug/vscode-php-debug) first. For example if you have
```lua
dap.configurations.php = {
{
Expand Down

0 comments on commit 6261ea6

Please sign in to comment.