I am trying to step through my ASP net core library code in visual studio code and don't know how to basically disable "just my code" and attach pdbs.
The default stack inspecting omnisharp behavior during a breakpoint hit is:
MyNamespace.MyCLass.function()
[External Code] (\Unknown Source:0)
How can I debug external library code?