Just wait until you learn that you can debug sql queries the same way in most rdbms admin tools.
WHAT?
Just wait until you learn that debuggers for XSLT exists. Wait, that's no reason to smile.
Lol, I have my favorite file_put_contents line for debugging php, but being able to step through code would be great. What's your setup? Last time I tried I couldn't get xdebug working on win server + apache.
I'm on Ubuntu, but from what I remember to get it working in my local environment I just:
- Installed the module.
- Added the following to the php.ini file:
[xdebug]
zend_extension=xdebug
xdebug.mode = debug
xdebug.start_with_request = yes
- Restarted the apache server.
- Installed the PHP Debug extension for Visual Studio Code.
And now I just hit F5 and select "Listen for Xdebug" and I'm ready to go.
You just saved thousands of php developers' lives
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev