0

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.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
user2799180
  • 719
  • 1
  • 11
  • 29

1 Answers1

0

Make use of exception window

pres CTRL + D, E

enter image description here

Akrem
  • 5,033
  • 8
  • 37
  • 64
Pranay Rana
  • 175,020
  • 35
  • 237
  • 263