Epitaph Help
Categories
Concepts Creator Commands Creator Tutorials Games Innate Commands Known Commands Lord Npc Objects Playtesters Rooms Rules
Dbxframe
Description
dbxframe can be used to look at the context of the function call in a line of an error trace. You can use it on yourself (the default) or on <player>. The <frame> argument is the line number in the error trace which you got when you used dbxwhere. The line which contains the function call is prepended with '=>' and is highlighted, if you have a terminal capable of doing that. It will also mention the arguments to the function and its local variables. An example will make things clearer, I guess.
Example
dbxframe can be used to look at the context of the function call in a line of an error trace. You can use it on yourself (the default) or on <player>. The <frame> argument is the line number in the error trace which you got when you used dbxwhere. The line which contains the function call is prepended with '=>' and is highlighted, if you have a terminal capable of doing that. It will also mention the arguments to the function and its local variables. An example will make things clearer, I guess.