We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fiber のある世界でのデバッガとは? そもそもデバッガは何をやる? mruby VM インストラクションひとつごとに止まる必要があれば止まって、何かやる。 mrb_run は... q
fiber は mrb_context をラップしただけのオブジェクト。
メソッド名で break したい。break には irep の id + lineno で止めるケースと、行番号で止めるケースがある。
step = なんでもいいからひとつインストラクション実行したら止まる next = 同じiseqの次のインストラクションに来たら止まる or return