Giter Site home page Giter Site logo

debugger's Introduction

Chrome Debugger Tool

You can actually go straight to the Github Pages below and directly debug that page!

TODO REPO: https://github.com/jmk2142/TodoMSTU5003 TODO DEMO: https://jmk2142.github.io/TodoMSTU5003 DEBUG REPO: https://github.com/jmk2142/Debugger DEBUG DEMO: https://jmk2142.github.io/Debugger YOUTUBE: https://youtu.be/RdF7j4no0Ts

This demonstration application includes most of the basic materials we've covered so far. It is designed not necessarily as an efficient program, but rather to demonstrate how we can use the debugger tool to learn more about the basic concepts as they are applied in context.

Debug Tool Concepts

  • Breakpoints and Pause/Resume
  • Stepping OVER, INTO, OUT OF functions
  • Tool provided annotations
  • Interacting with code to get more information
    • Evaluating to console
    • Selecting and inspecting parts
  • How these relate to STATE, SEQUENCE, CAUSALITY

Programming Concepts We Debug

  • Variables
  • Operators
  • Evaluations
  • Functions
    • Declaration
      • Parameters, Arguments
    • Calls
      • Returns
    • Event Handlers
      • Event Object
  • Arrays
    • Indices and Values
  • Objects
    • Keys and Values
  • Control Structures
    • IF ELSE
    • WHILE
    • FOR
      • FOR OF
  • Events and Handlers

debugger's People

Contributors

jmk2142 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.