code_breakpoints-other-tabs.js 63 B

12345
  1. function testCase() {
  2. var foo = "break on me";
  3. debugger;
  4. }