diff --git a/test/fixtures/breakpoints.js b/test/fixtures/breakpoints.js index 4824767ff0051d..43cfca1c9b11ab 100644 --- a/test/fixtures/breakpoints.js +++ b/test/fixtures/breakpoints.js @@ -9,12 +9,12 @@ function b() { return ['hello', 'world'].join(' '); } a(); +debugger; a(1); b(); b(); - setInterval(function() { }, 5000);