Skip to content

Proper command line URI for env and sourcemap? #464

Answered by vadimcn
RandomGHUser asked this question in Q&A
Discussion options

You must be logged in to vote

In codelldb env is a dictionary, you should be using it like so: 'BIN_NAME': 'example'.
Your source map looks like a string with a colon in the middle rather than a mapping. Try '/home/temp/src': '/home/awesome/Projects/debug'.
BTW, I think it would be easier to use JSON syntax here instead of the line-oriented YAML.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RandomGHUser
Comment options

Answer selected by RandomGHUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants