I Igor Sep 18, 2004 #1 How do I know, if its possible, when I catch an exception, in which line exactly it occured?
B Bob Grommes Sep 18, 2004 #2 Um ... Igor, two people gave you very good answers to this exact question after you posted it 12 days ago. Please read their answers and if it doesn't answer your question, then re-state it more explicitly. --Bob
Um ... Igor, two people gave you very good answers to this exact question after you posted it 12 days ago. Please read their answers and if it doesn't answer your question, then re-state it more explicitly. --Bob
G Guest Sep 18, 2004 #3 Hi Igor, 1. I will do a try, catch statements 2. I will do debugging, and step into each lines of code 3. You will know which line of code will stop, and pop out the exception 4. While debugging, check the values with the watch tool Hope it helps.
Hi Igor, 1. I will do a try, catch statements 2. I will do debugging, and step into each lines of code 3. You will know which line of code will stop, and pop out the exception 4. While debugging, check the values with the watch tool Hope it helps.