Replies: 1 comment 1 reply
-
Jint currently doesn't support skipping statements until some condition AFAIK. /cc @Jither |
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.
-
Hi,
I am currently analyzing the Jint Debugging possibilities and found examples at Jint.DebugAdapter and Jint.DebuggerExample.
What I could not found until now is the possibility to explicitly set the next statement where the Jint engine should continue. So if a breakpoint is hit, to set the next statement to a previous one or to a statement after the current location skipping the lines in between.
So the main question is: Does the Jint Engine support explicitly setting which statement should be executed next?
Beta Was this translation helpful? Give feedback.
All reactions