I have included a DLL project in my solution. From the main project I can normally debug, use breakpoints and so on. But if there is an exception I only get the information in the console and the debugger is not jumping there.
To be more specific, it is a WPF project where the DLL project is included as a UserControl. How to see where the exceptions are coming from? Try/Catch is a little bit of a pain.