It is easier to
1. Open the other library in another copy of VS
2. Put Debugger.Break() the the class library somewhere it gets hit early.
3. Rebuild both.
Whe the main IDE debug hits the break then it debugs that library too. {Of course it would be nice if we could just tell it to do that...}