Multiple choice technology platforms and products

Shortcut to insert breakpoint in the cursor position.

  1. F10

  2. F7

  3. F9

  4. F8

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In most integrated development environments, F9 is the standard shortcut key to insert or toggle a breakpoint at the current cursor position. F10 is typically used for step-over debugging, while F5 starts debugging. F7 and F8 have other debugging functions.