visual studio - Debugging across projects in VS2008? -


we have dll provides data layer several of our projects. typically when debugging or adding new feature library, run 1 of projects , step function call , continue debugging code in dll project. reason, no longer working since switched visual studio 2008... treats code other project dll has no visibility into, , reports exception whatever line crashes on.

i can work around testing in dll's project itself, i'd able step in , see how things working "real" code used able do.

any thoughts on might have happened?

is pdb file dll in same directory dll? should work -- on regular basis. in modules window show whether it's managed load symbols dll. if hasn't won't able step functions in dll.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -