Is there a way to use the --wait-for lldb option via the codelldb adaptor? #926
Answered
by
vadimcn
BenLeadbetter
asked this question in
Q&A
-
lldb has a really nice --wait-for option that allows you to "prime" the debugger which then waits for a particular process to be launched manually and attaches on launch. Is there any way to use this feature via the codelldb debug adaptor? |
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
May 4, 2023
Replies: 2 comments
-
See |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BenLeadbetter
-
Thanks 👍🏻 |
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
See
waitFor
flag onattach
request. AFAIK, this works only on MacOS.