Found this tutorial on how to debug lua extensions in gdb --
My understanding is that I could put a breakpoint in the 'C' function of a lua extension library. Right ?
Just out of curiosity, is there any way to use gdb for rest of lua script in any meaningful & useful way ?