| 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 |
| 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 |
| asm | |
| debugger-statements | |
| exceptions | |
| frames | |
| iframes | |
| minified | |
| return-values | special scope variables |
| script-switching | |
| scripts | |
| sources | |
| sourcemap-bogus | |
| sourcemaps | |
| sourcemaps2 |
git clone git@github.com:devtools-html/debugger-examples.git
cd debugger-examples
yarn install
yarn start


