microsoft / microsoft/vscode-cpptools
Update How To Debug MIEngine
Open
Nobody has claimed this yet.
debugger
docs
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Feature Request
Now a simple launch config is enough:
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processName": "OpenDebugAD7"
},
And building:
"tasks": [
{
"label": "build",
"command": "./PublishOpenDebugAD7.sh -c ${input:buildtype} -o ~/.vscode-server/extensions/ms-vscode.cpptools-*/debugAdapters/bin",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": "$msCompile"
}
],
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
Update Documentation/Debugger/How To Debug MIEngine.md, starting by comparing its current launch and build instructions with the configurations shown in the issue. The work is done when the document describes the simpler .NET Core attach configuration and build task accurately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, vscode
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100