Pause / Break
-
I use control-break to break builds in Visual Studio. :)
-- Kein Mitleid Für Die Mehrheit
-
I use control-break to break builds in Visual Studio. :)
-- Kein Mitleid Für Die Mehrheit
Don't let this become too well known, but occasionally I use Ctrl-Break to break into a debug session of some access databases. Oddly, this is also a precursor to me banging my head against a wall. :)
Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]
-
In my experience explorer.exe is quite capable of pausing itself without the need for any user intervention.
Fair point :laugh: Regards, --Perspx
"The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
try the following: [Win]+[R] cmd dir \ /s hit [Pause] to.. (wait for it) pause. Hit any key to continue. [Win]+[Pause] = System properties. IIRC [Ctrl]+[Break] would issue an interrupt that could be handled by your application (as a user request to "stop, please"). OTOH, [Ctrl]+[C] would only be handled in the standard I/O routines. I am not sure how this translates to the NT console, tough. The behavior still seems different between the two at times.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
You and dvorak would have made great friends. :)
-
John C ... Dvorak? :omg:
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
Different Dvorak than the PC mag columnist.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
-
Jörgen Sigvardsson wrote:
I use control-break to break builds in Visual Studio.
Ah! I knew I used it for something! Me too. Marc
Dang...VS uses it. I wonder why my Windows Media Player doesn't use it.
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
Hit it twice and kvm to the next machine...
MrPlankton
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
You know how there are way less BSOD's in the latest versions of Windows? It's because the Break key has been disabled. Took 'em a while to find that one, but the managed to sort out why things were breaking in the end. Hitting Alt+Break/Pause will enable the Pause function which was used to pause the computer's active processes and allow the PC's coal chute to be refilled. It's not been in use in a long, long time.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
You know how there are way less BSOD's in the latest versions of Windows? It's because the Break key has been disabled. Took 'em a while to find that one, but the managed to sort out why things were breaking in the end. Hitting Alt+Break/Pause will enable the Pause function which was used to pause the computer's active processes and allow the PC's coal chute to be refilled. It's not been in use in a long, long time.
cheers, Chris Maunder
CodeProject.com : C++ MVP
When they're at it, they should disable all the keys and we can have a BSOD-free Windows(R)! ;-)
* Blood donation is the superior'est form of donation, it can save lives. Celebrate special occasions, like your birthdays, by donating blood. *
-
As the others have said it's a holdover from the olden days. I remapped it to toggle number pad mode on my laptop-like keyboard because I've remapped the numlock key to be the Home key. Actually I've remapped pretty much all the control type keys in a very geeky manner based on analyzing which keys I use most and where they are on the keyboard. When someone else tries to use my keyboard they tend to give up in frustration pretty quickly.
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson
-
toxcct wrote:
Win+Pause opens the "System Properties" dialog
mmm... intuitive!
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
I suppose the more interesting question is.. who's used it for its original purpose? I have. Golly gee, those were the days. Not. Oops.. no I haven't. I forgot the original use was for teletypes. I came onto the scene after it had been already remapped for use with modems -- pressing it would cause the sending modem to switch baud rates so you could see the characters instead of gibberish.
patbob
modified on Tuesday, August 19, 2008 11:51 AM
-
Tim Schwallie wrote:
Does anybody know what its for?
Legacy from the days of DOS. Pause would pause the output to the console window (and still does) and Break would be like a Ctrl-C, which it still does in a console window. Marc
-
I've been using this utility for years: http://www.randyrants.com/2006/07/sharpkeys_211.html[^] It's all ultimately done in the registry but the utility makes it easy.
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson
-
patbob wrote:
Predates DOS by about a decade. At least.
What? There was life before DOS? Marc
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
It causes geeks to take a break from what they're doing and reminisce about days of yore, when the key was actually used for something. Personally, it (along with Ctrl) was perhaps the most common key combination I used during my gw-basic/QBasic programming days. It would interrupt the execution of a program so that you could do debugging stuff. Those were the days....
-
I have this great key on on my keyboard. It sits way on the upper right. It says 'Pause/Break'. Does anybody know what its for?
Many games use that to pause the game and some debuggers and DOS programs respond to ctrl + Break (or ctrl + Break, Break).