Replies: 1 comment 3 replies
-
For JS side it's just |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am wondering if there is a current method for retrieving the current stack trace (call stack) in an Engine instance? Or is this something I would have to implement myself using the DebugHandler?
I see there is a ResetCallStack method in the Engine class, but nothing like GetCallStack. Is that something that can be implemented?
Beta Was this translation helpful? Give feedback.
All reactions