RE: Low-level access to the innards
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: Low-level access to the innards
- From: Dan Tull <dtull@...>
- Date: 2013年1月10日 11:24:21 -0800
> > On 9 January 2013 21:22, Dan Tull <dtull@adobe.com<mailto:dtull@adobe.com>> wrote:
> > Which is as good a time as any to ask: has somebody else already done
> > and shared such a thing? (I wouldn't want to duplicate effort)
> (Michal Kottman [michal.kottman@gmail.com])
>
> I have written some GDB helper macros [1] which allow you to pretty-print
> Lua tables and show the values on the Lua stack by accessing the internals,
> and call Lua debug.traceback (only works during live debugging).
>
> [1] https://github.com/mkottman/lua-gdb-helper
That does look like what I had in mind. I'll have to give it a spin.
Thanks -- DT