Obtaining variable Information #1282
Replies: 3 comments
-
Please stop creating issues that aren't issues |
Beta Was this translation helpful? Give feedback.
-
Based on https://p-bakker.github.io/rhino/tools/debugger/#viewing-variables I conclude that the Debugger implementation that is part of Rhino is able to show variables, so the code must give you some clues as to how its done You might wanna take a look at the dbgp debugger implementation mentioned in #973 (comment), which I know for sure also displays variables |
Beta Was this translation helpful? Give feedback.
-
When I'm trying to get an interpreter to suspend the stack, variables, and other related information. |
Beta Was this translation helpful? Give feedback.
-
May I ask how to obtain the variable table and stack information in the onDebuggerStatement method? I have tried many methods but failed. The demo debug program has no relevant functional code
Beta Was this translation helpful? Give feedback.
All reactions