Replies: 2 comments 2 replies
-
Converted to discussion and pinging @Jither for possible ideas and insights. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Testing on 2033, your code works fine for me. Note, however, that your breakpoint doesn't actually call the event handler on Slightly modified code:
... outputs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title is showing,
I would like to know, how I can get global/local values while I am inside the step/break function of the DebugHandler.
Release: 3.0.0-beta-2033
js-code:
c# code:
e.CurrentCallFrame.ScopeChain.Global.GetBindingValue("o") doesn't return the object's value (it returns "undefined"). Do I have to bind them first somewhere?
Beta Was this translation helpful? Give feedback.
All reactions