How to Assign the F8 Key to DebugStepInto in Visual C++ 4.0Last reviewed: July 22, 1997Article ID: Q138136 |
4.00
WINDOWS NT
kbusage kbhowto
The information in this article applies to:
SUMMARYMicrosoft Developer Studio's debugger uses the F11 key as the shortcut key to step into a function. All past editions of Visual C++ and Codeview used the F8 key as the shortcut key for step into. This article describes how to modify the keyboard settings so the F8 key can be used to step into functions when debugging.
MORE INFORMATIONThere are two possible ways to change the default key for stepping into a function. You can change your keyboard compatibility settings to Visual C++ 2.0, or you can define a custom key assignment for DebugStepInto.
Change Keyboard Compatibility Settings to Visual C++ 2.0
Define a Custom Key Assignment for DebugStepInto
|
Additional reference words: 4.00 kbinf
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |