lua-users home
lua-l archive

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


Hi,
right now i am working on a mini debugger in "c++".
I am able to parse the local and global variables.
My problem is to parse temporary global variable by their name.
Right now they appear as "(*temporary)", i want to show these variables in my watch window by their name.
Is there a way to do this ? (thorugh the c-api)