Hi Everyone, I have been struggling with a First Chance Exception hindering my ability to break and step through code when a First Chance Exception is thrown. I have been using the System.IO.Ports.SerialPort class. Within the class there is a method called '
ReadLine'. Now, if ReadLine timeouts, a TimeoutException is thrown. I surround the 'ReadLine' call with a Try and Catch to catch the ...