Breakpoints

A breakpoint makes your program stop whenever a certain point in the program is reached. For each breakpoint, you can add conditions to better control whether or not your program stops. You can use the Import wizard to import your existing breakpoints that you previously exported.

To import breakpoints:

  1. In the Import wizard, ( File > Import ), expand Run/Debug, choose Breakpoints, and then click Next.

    The IDE shows the Import Breakpoints panel.

  2. Select the file that contains the breakpoints to import.
  3. Optional: Select the options to determine how you want your breakpoints to be updated.
  4. Click Finish.