microsoft / microsoft/debug-adapter-protocol
Data breakpoint log message
Open
Nobody has claimed this yet.
feature-request
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 173
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 2
Description
Being able to add/remove variable logs during debugging is useful. However this may require some special syntax in the protocol to access the old value.
Something like: "var change $OLDVALUE -> $NEWVALUE at {GetTime()}"
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
No file, test, or entry point is named in the issue. Start by locating the protocol definitions for data breakpoint logging, then determine the syntax and semantics for OLDVALUE, NEWVALUE, and GetTime(); done means the protocol change is specified clearly enough for debug adapters and clients to implement.
Written by the indexing model from the issue text.
Assessment
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100