Break Key - Usage For Breaking The Program's Execution

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:

    Pythagoras, Locke, Socrates—but pages
    Might be filled up, as vainly as before,
    With the sad usage of all sorts of sages,
    Who in his life-time, each was deemed a bore!
    The loftiest minds outrun their tardy ages.
    George Gordon Noel Byron (1788–1824)

    And over all the sky—the sky! far, far out of reach,
    studded, breaking out, the eternal stars.
    Walt Whitman (1819–1892)

    Instead of offering the Indians a chance to surrender, and to be taken peaceably, General Connor issued a very cruel order to his men—’Take no prisoners, fight to the death; nits breed lice.’
    State of Utah, U.S. public relief program (1935-1943)

    If I were asked to chose between execution and life in prison I would, of course, chose the latter. It’s better to live somehow than not at all.
    Anton Pavlovich Chekhov (1860–1904)