| pythagorean | example of scopes |
| Evals | different evals |
| Debugger Statements | |
| Breakpoints | |
| exceptions | different caught / uncaught exceptions |
| large objects | large arrays / objects |
| objects | objects |
| promises | |
| iframe | pausing in an iframe |
| large-files | |
| localStorage Keys | |
| Optimized Away Variable | |
| typescript - greeter | |
| clojurescript - hello | |
| coffeescript - tutorial | |
| Create React App - (jsx, flow) | |
| asm.js | |
| wasm |
| increment | a simple source map example |
| source mapped js.min files | simple webpack example |
| asm | |
| debugger-statements | |
| exceptions | |
| frames | |
| iframes | |
| minified | |
| return-values | special scope variables |
| script-switching | |
| scripts | |
| sources | |
| sourcemap-bogus | |
| sourcemaps | |
| sourcemaps2 |
git clone [email protected]:devtools-html/debugger-examples.git
cd debugger-examples
yarn install
yarn start

