mirror of https://github.com/KLayout/klayout.git
Bugfix: Ruby debugger breakpoints were disabled sometimes
This commit is contained in:
parent
23c2ae7306
commit
432a8dddb8
|
|
@ -2270,6 +2270,7 @@ RubyInterpreter::begin_exec ()
|
||||||
{
|
{
|
||||||
d->exit_on_next = false;
|
d->exit_on_next = false;
|
||||||
d->block_exceptions = false;
|
d->block_exceptions = false;
|
||||||
|
d->file_id_map.clear ();
|
||||||
if (d->current_exec_level++ == 0 && d->current_exec_handler) {
|
if (d->current_exec_level++ == 0 && d->current_exec_handler) {
|
||||||
d->current_exec_handler->start_exec (this);
|
d->current_exec_handler->start_exec (this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue