Skip to content

Watch window usage in vscode when a C program is debugged. #1075

Answered by mehlian
Kellermaan asked this question in Q&A
Discussion options

You must be logged in to vote

Try adding 'expressions':'native' to your launch configuration
Eg.

{
    "name": "Launch",
    "type": "lldb",
    "request": "launch",
    "program": "${workspaceFolder}/<executable file>",
    "args": ["-arg1", "-arg2"],
    "expressions":"native",
}

Or changing Lldb > Launch: Expressions plugin setting to native.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Kellermaan
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