RE: lua_call / lua_pcall inside a C Function - help!
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: lua_call / lua_pcall inside a C Function - help!
- From: "Curt Carpenter" <curtc@...>
- Date: Thu, 4 Sep 2003 13:54:29 -0700
> If your debugger won't let you just execute arbitrary code while
"broke", but does let you change the Instruction pointer within the
current function <i.e. like MS VC>, ...
Actually, MS VC *DOES* let you execute functions while broke.
Curt