Bugfix: Ruby debugger breakpoints were disabled sometimes

This commit is contained in:
Matthias Koefferlein 2018-02-01 21:18:48 +01:00
parent 23c2ae7306
commit 432a8dddb8
1 changed files with 1 additions and 0 deletions

View File

@ -2270,6 +2270,7 @@ RubyInterpreter::begin_exec ()
{
d->exit_on_next = false;
d->block_exceptions = false;
d->file_id_map.clear ();
if (d->current_exec_level++ == 0 && d->current_exec_handler) {
d->current_exec_handler->start_exec (this);
}