loganfsmyth / debugger-examples

Collection of good debugging examples

Home Page:https://devtools-html.github.io/debugger-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugger Examples

TodoMVC

Sensor Web

Examples

Examples

pythagorean example of scopes
Evals different evals
Debugger Statements
Booleans example with booleans
Breakpoints
exceptions different caught / uncaught exceptions
iframe pausing in an iframe
500 sources A page with 500 bogus sources
large-files
long-lines
localStorage Keys
Optimized Away Variable
typescript - greeter
clojurescript - hello
coffeescript - tutorial
Create React App - (jsx, flow)
JS in HTML A webpage with several inline scripts
asm.js
wasm
errors.js A simple html file with one error
events.js A page with some event handlers
scopes Examples of different scopes + vars
marko Marko site

Source Maps

increment a simple source map example
source mapped js.min files simple webpack example
mangled names a simple source map with mangled identifiers
dual use a simple example when same module used in two bundles
30k files an example with 30,000 files in the source tree

Local Test Pages

asm
debugger-statements
exceptions
frames
iframes
minified
return-values special scope variables
script-switching
scripts
sources
sourcemap-bogus
sourcemaps
sourcemaps2

Web Workers

High primes The highest prime number
Inline Inline worker
Shared Shared workers
Shared tweets Shared Workers Tweets
Big data Big Data (using transferable objects) In Web Worker
Pi The Run After Pi

Thanks to greenido for the cool web worker examples

Getting started

git clone git@github.com:devtools-html/debugger-examples.git
cd debugger-examples
yarn install
yarn start

License

CC0-1.0.

About

Collection of good debugging examples

https://devtools-html.github.io/debugger-examples/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 100.0%