+ All Categories
Home > Technology > Debugging 2013- Fredrik simonsson

Debugging 2013- Fredrik simonsson

Date post: 12-May-2015
Category:
Upload: mediehuset-ingenioren-live
View: 76 times
Download: 1 times
Share this document with a friend
Description:
Debugging- for rigtige programmører
Popular Tags:
14
Firebug Start the Debuger in Firefox Fredrik Simonsson
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


Recommended