Tag Archives: debugging

MAMP Error Logs Primer Tutorial

The error logs of a local web server are important resources to help work out problems with configurations and software related to web applications. Did you know? Local web servers are great for beginners to learn web programming, and a … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

PHPStorm and Xdebug Primer Tutorial

Though with a large variety of scenarios with code, you can debug a piece of code from the command line … and don’t get me wrong because sometimes the command line will be the only way … the experience of … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , , | 9 Comments

Javascript Debugging via Firefox Inspector Primer Tutorial

We like to work with the Firefox web browser generally, and in that environment, we tend to like the Firebug addon to examine HTML and Javascript and CSS issues. However, when it comes to debugging Javascript at a detailed level, … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

Cookie Debugging Primer Tutorial

When you are programming, unit testing and/or debugging a Javascript job involving cookies like WordPress Blog Course Design Cookies Tutorial, as shown below, what can you use to know how you are going? Let me put it this way … … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment

YUI Debugging Logger Control Flickr Feed Drag Drop Tutorial

Today we add a Javascript YUI library Debugging Logger Control to build on our previous relevant YUI and jQuery Javascript Flickr Feed Drag and Drop Tutorial as shown below. This Logger Control can be used to gather debugging information you … Continue reading

Posted in Animation, eLearning, GUI, Photography, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

C, C++ NetBeans, gdbserver Debugging Primer Tutorial

Today’s tutorial is about debugging C (and C++ can be done too) using the gdbserver plugin in the NetBeans IDE, and its progression brought into play issues regarding the upgrade of Xcode 4 to Xcode 5 (and Mac OS 10.7.5 … Continue reading

Posted in eLearning, NetBeans, Tutorials | Tagged , , , , , , , , , | 24 Comments

Javascript Debug via Firefox and Firebug Primer Tutorial

Today’s tutorial (live run) shows some debugging techniques for Javascript work that involved the use of Firefox and its wonderful Firebug plugin (instigated via Firefox menu Tools->Web Developer->Firebug->Open Firebug), and builds on your knowledge from previous relevant Firefox and Favourite … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 13 Comments

Xcode Debug C Strings Program Tutorial

Have a bit of an esoteric C programming scenario today, and because it is esoteric, and some or all of you may fall asleep, am also going to show you how to debug in Xcode … and only now just … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | 8 Comments