You are performing the final acceptance testing for you new application before shipping it for the first time. Your main form contains a ComboBox and you have set a breakpoint inside the SelectedIndexChanged event handler for the combo box. However theres a slight problem, when you run the application and select a new value in the ComboBox the code does not stop at the breakpoint.What could be the problem?