Advertisement

AS Callstack?

Started by July 08, 2006 06:47 AM
1 comment, last by Wolfmanfx 18 years, 4 months ago
Is there a possibility to get the callstack from a specific script? The reason i am going to write editor and i want to see the callstack like in VS. thx
Check asIScriptContext. GetCallstackXXX calls can give you the stack trace, while GetVarXXX can enumerate the variables in every stack frame.
Advertisement
Thx that was what i have been looking for :)

This topic is closed to new replies.

Advertisement