bomsy / 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

Examples

pythagorean example of scopes
Evals different evals
Debugger Statements
Booleans example with booleans
Breakpoints
exceptions different caught / uncaught exceptions
large objects large arrays / objects
objects objects
promises
iframe pausing in an iframe
500 sources A page with 500 bogus sources
large-files
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

Source Maps

increment a simple source map example
source mapped js.min files simple webpack example

Local Test Pages

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

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%