redhat-developer / redhat-developer/vscode-openshift-tools

Show debug session info in 'Debug Sessions' view as a child nodes

Open
#2,006 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.