microsoft / microsoft/MIEngine
[cpptools] Module name not showing in callstack on Ubuntu 16.04 when debugging coreclr debugger
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
@chuckries reported that on Ubuntu 16.04, he isn't seeing module names in the callstack, just the method and the filename.
probably set a BP here: https://github.com/Microsoft/MIEngine/blob/master/src/MIDebugEngine/AD7.Impl/AD7StackFrame.cs#L80
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 src/MIDebugEngine/AD7.Impl/AD7StackFrame.cs near line 80, where the reported breakpoint may be relevant to callstack frame data. Reproduce the Ubuntu 16.04 coreclr debugging case and trace how the frame is assembled; done means module names appear alongside the method and filename in the callstack.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100