tags:

views:

882

answers:

2
+6  A: 

Do you have "Just My Code" turned on in Visual Studio's debugging options?

Khoth
It doesn't seem to matter. I still can't step into their code.
mmr
Ah, ok, I had to do it for both projects. This got it. Thanks!
mmr
A: 

If you have the sources (as i read from you), you can make an project with their source code, and then add the project to your solution.
In visual studio the project in .csproj file , and solutions in .sln file.

Avram
Yeah, as I said, I don't want to do that, because it's not my source. I want to keep the sources distinct from one another. I understand that I might not be able to do so, but still-- in vc6 I could do this kind of thing.
mmr