Videos tagged with Debugging


Joe Hewitt: Web Debugging with Firebug

Joe Hewitt: Web Debugging with Firebug

Posted in Web Technologies, Development, Companies, Conferences

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!

Tags: joe hewitt, Firebug, Firefox, Debugging, Javascript, YUI, Yahoo!, YUI Theater, Techtalks






Kresten Krab Thorup, Robert Virding Discuss the Erlang VM

Kresten Krab Thorup, Robert Virding Discuss the Erlang VM

Posted in Development, Conferences

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...

Tags: Debugging, Ruby, Java, Interview, Erlang, InfoQ, Architecture, Concurrency, Runtimes, Compilers, JVM, ...



Learning from Code History

Learning from Code History

Posted in Conferences, Companies, Development

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...

Tags: Techtalks, Google, Debugging, Conferences, software, Google Tech Talks, Development, Companies


dnrTV Show #157: Tess Ferrandez on Debugging in .NET

dnrTV Show #157: Tess Ferrandez on Debugging in .NET

Posted in Frameworks, Development

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 ...

Tags: Debugging, Frameworks, ASP.NET, .NET Framework, dnrTV, Visual Studio 2010, Broadcasting, Screencasts, Development, windbg, sos, ...



Google I/O 2009: Debugging Arts of the Ninja Masters

Google I/O 2009: Debugging Arts of the Ninja Masters

Posted in Companies, Conferences, Development, Mobile, Operating Systems

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...

Tags: Google, Debugging, Conferences, Java, Mobile, Android, Development, Companies, IO2009


Setting up Django Development in Eclipse with Code Complete and Graphical Debugging

Setting up Django Development in Eclipse with Code Complete and Graphical Debugging

Posted in Frameworks, Development

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...

Tags: Debugging, Eclipse, Frameworks, Python, Django, Broadcasting, Screencasts, Development, Pydev