Replies: 1 comment
-
|
You can write a Python script that modifies import lldb
launch_info = lldb.target.GetLaunchInfo()
# Modify it
lldb.target.SetLaunchInfo(launch_info) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to set an environment variable with
settings set target.env-varsusing the output from a shell command. Is there a way to do this ininitCommands?Beta Was this translation helpful? Give feedback.
All reactions