mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update vm.cpp
This commit is contained in:
parent
c4b3d2bb5f
commit
88628f3942
@ -1457,7 +1457,7 @@ void VM::_breakpoint(){
|
|||||||
ss << PK_OBJ_GET(Function, frame->_callable).decl->code->name;
|
ss << PK_OBJ_GET(Function, frame->_callable).decl->code->name;
|
||||||
}
|
}
|
||||||
ss << '\n';
|
ss << '\n';
|
||||||
ss << frame->co->src->get_line(lineno) << '\n';
|
ss << "-> " << frame->co->src->get_line(lineno) << '\n';
|
||||||
stdout_write(ss.str());
|
stdout_write(ss.str());
|
||||||
}
|
}
|
||||||
show_headers = false;
|
show_headers = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user