Linux Mint

Linux Mint

Application and Data / Languages & Frameworks / Operating Systems

I can't get xdebug to work properly with Visual Studio Code in Linux Mint. Please help me out. I have already tried the main steps but the debugger won't stop at breakpoints or show any error message. I cant do stepping or anything proper of a debugger. The extension is installed, and the firefox helper too. The xdebug.so is in the correct directory and php.ini has the entries according to the manual. What else can I do?

READ MORE
6 upvotes·32.9K views
Replies (1)

Trust me: It works. I had frustrating times with VSCode, at the firts. Then I discovered that problems are related to the right configuration. Read first the manual, carefully, for your language (php). Than share you launch.json configuration.

READ MORE
5 upvotes·26.5K views