Usage For Breaking The Program's Execution
While both Ctrl+Break and Ctrl+C combination are commonly implemented as a way of breaking the execution of a console application, they are also used for similar effect in integrated development environments. Although these two are often considered interchangeable, compilers and execution environments usually assign different signals to these. Additionally, in some kernels (e.g. miscellaneous DOS variants) Ctrl+C is detected only at the time OS tries reading from a keyboard buffer and only if it's the only key sequence in the buffer, while Ctrl+Break is often translated instantly (e.g. by INT 1Bh under DOS). Because of this, Ctrl+Break is usually a more effective choice under these operating systems; sensitivity for these two combinations can be enhanced by the BREAK=ON
CONFIG.SYS statement.
Read more about this topic: Break Key
Famous quotes containing the words usage, breaking, program and/or execution:
“Girls who put out are tramps. Girls who dont are ladies. This is, however, a rather archaic usage of the word. Should one of you boys happen upon a girl who doesnt put out, do not jump to the conclusion that you have found a lady. What you have probably found is a lesbian.”
—Fran Lebowitz (b. 1951)
“[T]here is no breaking out of the intentional vocabulary by explaining its members in other terms.”
—Willard Van Orman Quine (b. 1908)
“In former years it was said that at three oclock in the afternoon all sober persons were rounded up and herded off the grounds, as undesirable. The tradition of insobriety is still carefully preserved.”
—For the State of Vermont, U.S. public relief program (1935-1943)
“Union of Religious Sentiments begets a surprising confidence and Ecclesiastical Establishments tend to great ignorance and corruption, all of which facilitate the Execution of Mischievous Projects.”
—James Madison (17511836)