redhat-developer / redhat-developer/vscode-openshift-tools
Show debug session info in 'Debug Sessions' view as a child nodes
Open
Nobody has claimed this yet.
kind/enhancement
priority/major
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 63
- Avg merge
- 6h 16m
- Merged PRs (30d)
- 74
Description
'odo debug info' provides useful info. Spec properties should be shown as a child nodes for debug session item in Debug Sessions' view
{
"kind": "OdoDebugInfo",
"apiVersion": "v1",
"metadata": {
"name": "nodejs",
"namespace": "sprint-review",
"creationTimestamp": null
},
"spec": {
"debugProcessID": 99780,
"remotePort": 5858,
"localPort": 46111
}
}
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 with the Debug Sessions view and inspect how an 'odo debug info' result is represented for a debug session item. The work is done when the properties under spec, including debugProcessID, remotePort, and localPort, appear as child nodes in that view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100