Debugging PHP App in NeoVim with Launch Configuration
Sometimes I need to debug PHP code in two different situations: a CLI (command-line) app and a web server app. While the way to run each one is slightly different, the steps are subtle, and I often forget the correct order for each case. NeoVim Plugin mfussenegger/nvim-dap kristijanhusak/vim-dadbod-ui Project Directory Structure Assuming we have this project directory structure: src âââ...
Sometimes I need to debug PHP code in two different situations: a CLI (command-line) app and a web server app. While the way to run each one is slightly different, the steps are subtle, and I often forget the correct order for each case. NeoVim Plugin mfussenegger/nvim-dap kristijanhusak/vi...