Is there any way to see the internal stack trace in V8 engine?
For example, I have the following in v8-debug
shell:
"test".toLocaleUpperCase()
I would like to see the internal stack trace somehow (which functions where called on c++ side).
Is there a simple way to do this?