This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Can I change a variable value? #74
Answered
by
alexrp
callmekohei
asked this question in
Questions
-
Hello! I'm Problems summarySo I want to change a valiable value daynamically. Repro step
Expected
Actual
|
Beta Was this translation helpful? Give feedback.
Answered by
alexrp
Dec 21, 2017
Replies: 2 comments
-
It's a bit unintuitive, but basically what you need to do is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexrp
-
Thank you !!! (^_^)vI can do it. I close this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a bit unintuitive, but basically what you need to do is
p s = "abc"
instead ofenv set s abc
.env
is only for manipulating environment variables for the debuggee.