Videos tagged with Debugging
Joe Hewitt stopped by Yahoo! in 2006 to talk about a new tool called Firebug. He was kind enough to let us capture the talk on video, and we're pleased to share the core part of his talk with you here. We apologize for the poor audio quality, which does not do full justice to the quality of Joe's presentation. Historical note: this was the very first video on YUI Theater!
Joe Hewitt: Welcome to Firebug 1.0
The day after Firebug 1.0 was released in 2007, its author Joe Hewitt stopped by Yahoo! to debut the new features.
Charles McCathieNevile: Opera Dragonfly
Charles McCathieNevile, Opera's Chief Standards Officer, talks about the Dragonfly debugger debuting with Opera 10.
Luke Smith: Debugging in YUI 3
In this YUIConf 2009 talk, YUI engineer Luke Smith discusses the fine art of debugging web applications, looking at general tools and techniques and providing some specific hints about debugging in YUI 3.
Kresten Krab Thorup, Robert Virding Discuss the Erlang VM
Summary Kresten Krab Thorup and Robert Virding discuss the origins of Erlang, the state of the Erlang VM, integrating native code with Erlang etc. Also: the challenges of running Erjang/Erlang on the JVM. Bio Robert Virding worked at Ericsson and was one of the initial Erlang design group. Robert now works for the Swedish Defence Materiel Administration (FMV) in a modelling and simulation group...
Learning from Code History
Why does my program fail? Your version history might have the answer. First, the failure may occur only in the most recent version. If there is some old version which worked, one can narrow down the change that caused the failure. By leveraging automated tests, one can even isolate such changes automatically: "The failure was caused by a change to line 365 in submit.py". Second, your version hi...
dnrTV Show #157: Tess Ferrandez on Debugging in .NET
SummaryTess Ferrandez brings her debugging wizardry to dnrTV. Tess shows us how to solve memory and performance issues using tools such as windbg and sos, and also gives a preview of debugging in Visual Studio 2010.BioTess Ferrandez is an escalation engineer in the ASP.NET team at Microsoft. She started debugging .NET issues when .NET was in the alpha stage and has been troubleshooting ASP.NET ...
Dtrace Review
Bryan Cantrill will discuss the Dtrace and how it can be used to significantly improve debugging both for development and live systems. Speaker: Bryan Cantrill Google Tech TalksAugust 15, 2007
Google I/O 2009: Debugging Arts of the Ninja Masters
Ever have one of those days where your application just doesn't run correctly, and you can't figure out why? Well, we've been there, and we're going to show you how to fix it. In this session, Justin Mattson will school you on the advanced usage of Android debugging tools like traceview, the hierarchy viewer, and the instrumentation system. He'll also present several case studies where Google u...
Setting up Django Development in Eclipse with Code Complete and Graphical Debugging
If you're a Python Django developer, this video will walk you through how to set up the free Eclipse IDE so you can develop your apps with code complete and graphical debugging! I reference a blog with links. That's coming soon-ish. (Hopefully this weekend.) For now, here are some of the references from the screencast: pydev update site: http://www.fabioz.com/pydev/updates manage.py replacement...