Documentation on DebugMode #1236
Replies: 1 comment
-
I think the main issue here, before it makes sense to document it, is that
The baseline right now is, "What Would Chromium or Firefox do?" With the fixes thus far, without any changes to the Jint 1 Actually, so far, outside the Debugger namespace there's just one moved conditional call, and one function rewritten - a function that is only used by the current |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to use the debug mode but I can't seem to find any documentation on how to operate it. For example I got this little code running to log each step of my script:
But then I wanted to know the name of the function I was currently debugging. This is where a documentation would help me a lot. So far I'm doing it like follows, but I have no idea how to get variable names, etc.
So is there a documentation on how to use the debug mode? Or examples?
Thank you for your help :)
Beta Was this translation helpful? Give feedback.
All reactions