browntarik

Results 62 comments of browntarik

package.json which would be reflected in the settings UI iirc

Thank you for submitting this issue! We are currently looking into this.

Could you provide a screenshot of the error? I am unable to reproduce the issue as it is able to find my symbols (see below): ![image](https://github.com/microsoft/vscode-cpptools/assets/111317156/06e8e16c-227f-47a2-9577-dfcdea183903) Could you also provide...

Thank you for the extra information!

It seems to be the case that forward slashes are significant to the path being correct. What operating system are you on?

I believe you are meaning to use the debug console which should become available once your program hits a breakpoint (see below): ![# include](https://github.com/microsoft/vscode-cpptools/assets/111317156/3caf248d-458a-4e3f-8e5a-49019552e3b5) Is this what you were meaning...

@HuajijunCc Could you please provide a screenshot of what you are seeing? I am having trouble reproducing your issue.

It looks like this has been fixed since version 1.19.9 of the extension, please try this again to confirm this works. I am going to close this issue unless there...

Have you attempted to launch the console with a path that doesn't include spaces? This may be due to our shell quoting logic as it should be applying shell quoting...