Support stack frames pagination for a thread
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- csharp
- Domain
- devtools, performance
Research direction
Start by tracing HandleStackTraceRequestAsync to EnumFrameInfo and compare the requested frame range with the current parameter enumeration. The change is done when EnumFrameInfo receives the requested start and end levels, gathers information only for that range, and the handler still returns the requested slice. No file or test path is named in the issue.
Written by the indexing model from the issue text.
Description
At this moment EnumFrameInfo method reads parameters info for all stack frames of a thread in spite of a client requesting a range of them (e.g. vscode-cpptools by default requests only the first 20 frames).
Finally the HandleStackTraceRequestAsync handler replies to a client with a requested slice of frames. It means that some resources were wasted and it creates a significant delay on large stacks.
Is it possible to pass start and end frame level into the EnumFrameInfo to get necessary info only?
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
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.
More from microsoft/MIEngine
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
-
question
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 42/100
All issues in microsoft/MIEngine
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·