What is the difference between conditional and unconditional break points, that we make use of in inter test?

Showing Answers 1 - 1 of 1 Answers

Culver_lake

  • Mar 26th, 2006
 

Although it seems quite obvious, an unconditional break point occurs every time the program executes the statement where the break point is set. Say, line 2325.

A conditional break point is based on a test. If the test it true the execution stops. Say, Subscript1 > 5. As soon as subscript1 became > 5 execution would stops

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions