Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Move script flag to/from-string logic from tests to script/interpreter #10730
+1,213
−1,197
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
luke-jr commentedJul 3, 2017
When we last discussed making scripts debuggable (sometime after #3901), the plan was to instead trace execution rather than single-step through it.
This is a dependency step toward that, and is eventually used for the RPC
verifyscriptto parse its"flags"option.See also #10729