This section of the archives stores flipcode's complete Developer Toolbox collection, featuring a variety of mini-articles and source code contributions from our readers.

 

  MSVC Instant Breakpoint
  Submitted by



If you're using a Windows NT based system and you are running your application under the Visual Studio debugger you can type F12 in your application at any time to immediately break into the debugger.

There is no way to turn this off, which makes debugging anything bound to your F12 key a bit difficult, since the application never gets the keystroke...

Yes, I did find this one out the hard way.

The zip file viewer built into the Developer Toolbox made use of the zlib library, as well as the zlibdll source additions.

 

Copyright 1999-2008 (C) FLIPCODE.COM and/or the original content author(s). All rights reserved.
Please read our Terms, Conditions, and Privacy information.