lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Found this tutorial on how to debug lua extensions in gdb --
http://develcuy.com/en/howto-debug-lua-extensions-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 ?