Common shortcut keys

Source: Internet
Author: User
  1. Windows
    Quick desktop shortcut: Win + d
  2. VC
    Jump to definition: F12
  3. VC
    To Assembly: Ctrl + F11
  4. ...

F2: Set the breakpoint. You only need to press F2 at the cursor position (in gray). Then press f2 to delete the breakpoint. (Equivalent to F9 in SoftICE)

F8: step by step. Every time you press this key to execute a command in an Disassembly window, the call and other sub-ProgramDo not enterCode. (Equivalent to F10 in SoftICE)

F7: step by step. The function is similar to a step-by-step (F8) process. The difference is that when a call or another subprogram is entered, it first stays on the first instruction of the subprogram. (Equivalent to F8 in SoftICE)

F4: run to the selected location. The function is to directly run to the position where the cursor is located and pause. (Equivalent to F7 in SoftICE)

F9: Run. Press this key. If no breakpoint is set, the program to be debugged will start running directly. (Equivalent to F5 in SoftICE)

CTR + F9: execution to return. This command is paused when executed to a RET (return command) command. It is often used to return from the system airspace to the program airspace we debug. (Equivalent to F12 in SoftICE)

Alt + F9: run the user code. It can be used to quickly return from system airspace to the procedural airspace we debug. (Equivalent to F11 in SoftICE)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.