Debugging Tips for ColdFusion

Published November 30th, 2011 Under Unit Testing | Leave a Comment

This video shares some advice on how to strategically debug the load times of your ColdFusion sites, identifying unnecessary queries and inefficient code. Read more

Python Debugging with pdb

Published September 29th, 2011 Under Unit Testing | Leave a Comment

This video explains how you can debug a Python applications with pdb,the Python debugger.

Video Source: http://marakana.com/forums/python/python/423.html

Hardcore .NET Production Debugging

Published September 5th, 2011 Under Unit Testing | Leave a Comment

This video explains how to attack the nastiest bugs in your applications, how to look at what’s causing that grinding halt of your ASP.NET application and how to find the cause of that horrible memory leak in your Windows Forms application. Knowledge of these production debugging tools like WinDbg and SOS is not only important for cases when you really don’t have access to Visual Studio and your source code, but these tools also reveal a lot more information than just the regular managed code debuggers.

Link to video http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track7%200900-1000.mp4

Debugging Ruby

Published February 21st, 2011 Under Unit Testing | Leave a Comment

Ruby might be slow, but bad code only makes it worse. This video teaches you how to use powerful tools to see how your code is executed, so you can understand, debug and optimize it. It covers techniques that can be used to troubleshoot production ruby deployments from three perspectives: the operating system and process, the C code VM, and the Ruby code in application itself.

Video Producer: RubyConf

Debugging in YUI 3

Published July 5th, 2010 Under Unit Testing | Leave a Comment

YUI engineer Luke Smith discusses the fine art of debugging web applications, looking at general tools and techniques and providing a few specific hints about debugging in YUI 3.

Debug Flex and PHP Code Using Flash Builder

Published July 5th, 2010 Under Uncategorized | Leave a Comment

This video presents how to debug the code of a combined Flex and PHP project using Flash Builder 4 and Zend Studio 7.1. It reviews how to use breakpoints to test your application.

Using FireBug to Debug JavaScript

Published May 10th, 2010 Under Unit Testing | Leave a Comment

A short introduction to the usage of Firebug, a Firefox add-on, to debug JavaScript code. Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

keep looking »