-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial - Debugging in WordPress #1574
Comments
WIP Script: https://github.com/jonathanbossenger/wp-content/blob/main/tutorials/debugging-wordpress.md Please leave any review feedback in the comments on this issue. |
Learning Objectives
Content Feedback
Grammar nitpicks
|
Thanks, for the review feedback on the script @jessecowens. I need to review it after recording the tutorial and will make the necessary changes. |
debugging-in-wordpress.mp4Uploading the tutorial video for review. Note to the reviewer, I had some weird audio glitches on this tutorial that I've not experienced before. So at some points, my voice cuts out for a split second. I'm hoping it's not too jarring and we can leave the audio in, but if you find sections that are not super clear, please leave the timestamp in your review, and I'll try and re-record those audio portions. |
Hey Jonathan Nicely done - you maintained an easy-to-follow pace and explained everything step-by-step. It might be worth adding something to the blank screen (3:39 -3:58) to make it clear that the page will be empty. I think it would be best to re-record those sections where you experienced some glitches. Tbh, it is a bit jarring 😬 I will send you some timestamps I jotted down. |
Topic Description
When developing WordPress plugins or themes, it's a good idea to have tools in place to help improve your code quality and debug your code in the case of errors. Enabling error logs, inspecting the values of variables during code execution, and looking at the database queries being run are all tools that developers can use to find and fix problems. In this workshop, we'll dive into some of the options built into WordPress that you have at your disposal, learn about various debugging plugins and their uses, as well as look at one or two third-party tools to consider.
Related Resources
Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc.
Guidelines
Review the team guidelines
Tutorial Development Checklist
The text was updated successfully, but these errors were encountered: