debug set up with visual studio code ide
-
1. git clone https://github.com/WordPress/wordpress-develop
c:\wordpress-develop directory is created.
2. installed npm, docker, and visual studio code ide
3. In c:\wordpress-develop folder, I typed – npm run env:start
Now docker desktop shows three containers; everything is working at this point.
localhost url – localhost:8889
How do I debug my localhost using the visual studio code editor?
Do I just need to set up a breakpoint and then click start Debugging?
Do I need to edit docker-compose.yml?
HELP!!!
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘debug set up with visual studio code ide’ is closed to new replies.