microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.52k stars 1.55k forks source link

Debugger is not able to evaluate a CPP function's return value #8137

Open Omcsesz opened 3 years ago

Omcsesz commented 3 years ago

Bug type: Debugger

Describe the bug

sean-mcmanus commented 3 years ago

@WardenGnaw should be able to respond later this week.

WardenGnaw commented 3 years ago

Can you add

            "logging": {
                "engineLogging": true,
                "traceResponse": true
            },

to your launch.json and share the logging output in the Debug Console?

Omcsesz commented 3 years ago

@WardenGnaw Unfortunately, it did not solve the problem: DebuggerStillDoesNotEvaluate

Omcsesz commented 3 years ago

@WardenGnaw Any more ideas?