microsoft / microsoft/vscode-cpptools
[CPPVSDBG] Allow sourceFileMapping for PDB relative path
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Sometimes I have source code which is not available locally, however, vscode makes it so I can't find files respective to some root path. this would be much more convenient if I could. Even better would be if windbg was an available option to debug with code.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how sourceFileMapping is handled for PDB relative paths in the VS Code C/C++ debugger. Verify whether a configured root path lets the debugger resolve unavailable source files, and treat WinDbg support as a separate question because the issue does not define its scope or acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100