Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/http/tests/devtools/sources/debugger/resources/
edit-me-when-paused.js
function f2() { return 1; } function f1() { var x = 1; debugger; return x + f2(); }