Breakpoints are great for stepping through your code line by line. If you need to find an exception, you need to add exception logging to your application. Then use Try/Catch logic to catch the exceptions and log them to a database, send an email, or some other logging method that you can use to go back and find out about the exception and what line of code caused it.
A google search for Try/Catch Exception handling will help you.
https://www.geeksforgeeks.org/exception-handling-c/
Additionally, you can find the segment fault in the stack trace. However it is common that your program will run without the fault locally, but experience it when released. Logging is paramount in assisting you in finding this.
With over 2.5 million reviews, we can provide the specific details that help you make an informed software buying decision for your business. Finding the right product is important, let us help.