Open
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<byte>.Shared.Rent(1000);
also does not work and the debugger just steps over Rent(..)
as this is an abstract method.
Thanks
Metadata
Metadata
Assignees
Labels
No labels