As title says, I have 2 solutions open. The first solution (which contains an API project I start a new debugging session of) allows me to step through, no problem.
As part of a web request to this API, it calls off to a service which belongs to a nuget package. I also own this nuget package, I have it open in a new window.
I obviously can't attach the nuget package code to that process since there's already a debugger attached. But I own the other code, so the symbols are there to step through.
Question
How do I step into the other nuget project as part of debugging the API?
What I've Tried
Running the API process (without a debugger attached) allowing me to then attach the nuget project. This might work, but I also want to debug the first.