ruby-debug / debase

BSD 2-Clause "Simplified" License
209 stars 32 forks source link

compare stack_size only after start_inspector->fill_stack #81

Closed ViugiNick closed 5 years ago

ViugiNick commented 5 years ago

@denofevil It's better to assert all stack-size-specific stuff after rb_ensure(start_inspector, context_object, stop_inspector, Qnil), which will count the exact stack size and frames.