How to debug PHP in Visual Studio Code (Simple steps)

coderJeet May 1, 2023
Video Thumbnail
coderJeet Logo

coderJeet

@coderjeet

About

Programming is my passion and I do it every day. This channel will bring you real-world programming tutorials and lessons.

Latest Posts

Video Description

I set up my debugger today and created this quick video to help you in case you want to debug PHP in Visual Studio Code. Settings to enter in PHP.ini (from the video) zend_extension = xdebug [XDebug] xdebug.mode = debug xdebug.start_with_request = yes

You May Also Like