現在、複雑な JavaScript コードを Firebug でデバッグしています。プログラムでブレークポイントであるかのように JavaScript の実行を停止する方法を探しています。
例:
instructions ...
degugger.breakpoint(); // the execution stops here as if a breakpoint was
// manually set
other instructions ...