Denis Golovan
2014-09-21 19:01:16 UTC
Hi all
I am wondering, is it possible to create/simulate/force LuaJIT restart
current stack frame?
What I mean by that is something similar to some Common Lisp/APL
implementations have.
That is roughly following set of actions:
- setting a breakpoint inside some function
- waiting for it to trigger "debugger"
- change/recompile current function code
- and finally restart current stack frame using function new body
without restarting the entire stack/all related functions.
That thing is actually a killer feature...
BR,
Denis
I am wondering, is it possible to create/simulate/force LuaJIT restart
current stack frame?
What I mean by that is something similar to some Common Lisp/APL
implementations have.
That is roughly following set of actions:
- setting a breakpoint inside some function
- waiting for it to trigger "debugger"
- change/recompile current function code
- and finally restart current stack frame using function new body
without restarting the entire stack/all related functions.
That thing is actually a killer feature...
BR,
Denis