I have a Visual Studio solution with four C# projects in it. I
want to step into the code of a supporting project in the solution from
my main project, but when I use the "Step into" key, it just skips over
the call into that other project. I've set breakpoints in the
supporting project, and they're ignored, and I can't for the life of me
get it to step into any references to that project.
Everything is set to compile as "Debug", and I've seen Visual Studio
warn me that my breakpoints won't be hit before - it doesn't do that in
this case. It's as though it looks as though my code will debug, but
then at run-time, there's a setting somewhere that tells Visual Studio
not to step through the code in that project. All the other projects in
my solutions debug without problems.