Top Banner
Firebug Start the Debuger in Firefox Fredrik Simonsson
14

Debugging 2013- Fredrik simonsson

May 12, 2015

Download

Technology

Debugging- for rigtige programmører
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Debugging 2013- Fredrik simonsson

FirebugStart the Debuger in Firefox

Fredrik Simonsson

Page 2: Debugging 2013- Fredrik simonsson

About Fredrik Simonsson

● Independent software profesional and consultant● Computer Geek since the Amiga-age in the late 1980-ies

Previously:● Embedded SW and ASIC developer at Nokia/Renesas● Software Toubleshooter at Sony Ericsson

● http://dk.linkedin.com/in/fredriksimonsson/

Page 3: Debugging 2013- Fredrik simonsson

Download Firebug

● https://addons.mozilla.org/en-US/firefox/addon/firebug/

Page 4: Debugging 2013- Fredrik simonsson

Live Demo

Page 5: Debugging 2013- Fredrik simonsson

Download Firebug

Page 6: Debugging 2013- Fredrik simonsson

F12

Page 7: Debugging 2013- Fredrik simonsson

Breakpoint

Page 8: Debugging 2013- Fredrik simonsson

Step into Step over

Page 9: Debugging 2013- Fredrik simonsson

Inspect local variables

Page 10: Debugging 2013- Fredrik simonsson

Watch a variable

Page 11: Debugging 2013- Fredrik simonsson

Syntax errors found in Console

Page 12: Debugging 2013- Fredrik simonsson

Beware of datatypes

Page 13: Debugging 2013- Fredrik simonsson

No block scope

Page 14: Debugging 2013- Fredrik simonsson

Get to know yourdebuger

andsave the day