microsoft / microsoft/vscode-mock-debug
Question: mouse hover on text during debug session
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 358
- Forks
- 200
- Avg merge
- 24d 23h
- Merged PRs (30d)
- 1
Description
Hi everybody and thank you.
I see that the adapter interface evaluateRequest() is called and gives the text under the mouse.
However I can't associate this text with a program variable at runtime.
I need also the line/column of the token being hovered.
How do you do it?
Contributor guide
No contributing guide indexed for this repository
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 at the adapter interface's evaluateRequest() entry point and trace how the hovered text is passed during a debug session. Determine whether the request needs line/column data to associate the text with a runtime variable; done means a documented resolution or a clearly scoped change target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100