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.
Power Tools for Debugging
Published March 15th, 2010 Under Software Testing | Leave a Comment
Learn about DebugAdvisor, a search based tool to find related bugs, and other related information such as people and files, Holmes, a statistical debugger based on coverage data that can be used to root-cause a bug by narrowing down the code path that results in the error, and Darwin a symbolic execution-based tool to root cause regressions.
How Do I Create a Breakpoint Using Conditions?
Published February 16th, 2010 Under Software Testing | Leave a Comment
There are many ways to create breakpoints. By default, a breakpoint is triggered each time a line of code is reached. This video demonstrates how to use advanced breakpoints to only trigger when certain conditions are met.
http://msdn.microsoft.com/en-gb/vstudio/dd442440.aspx
keep looking »