michael@0: function foo() { var a=1; var b=2; bar(a, b); } michael@0: function bar(c, d) { debugger; } michael@0: foo();