Is there a way to get current stack-frames or call-stack at a certain point ? #1261
Unanswered
abdelhamid-f-nasser
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
You can construct an error object and inspect its This prints the following: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the current point of the call-stack to help with debugging and performance. What I am trying to do might be similar to how the debugger allows us to pause the JS Thread and check the current call stack.
Note: Please pardon me if this is not the proper place to ask, I'm not sure which repo I should drop this question.
Beta Was this translation helpful? Give feedback.
All reactions