Can sourcelink support debugging through internal code and abstract implementations?
Open
- Dominant language
- C#
- Stars
- 1.4k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to enable/support debugging and stepping through internal code in sourcelink?
As an example, the actual implementation of the shared array pool is in an internal class.
F12 into `SharedArrayPool` does nothing though.

Debugging and stepping into `ArrayPool.Shared.Rent(1000);` also does not work and the debugger just steps over `Rent(..)` as this is an abstract method.
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.