Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.17 KB

choose-breakpoints-dialog-box.md

File metadata and controls

40 lines (33 loc) · 1.17 KB
title description ms.date ms.topic f1_keywords dev_langs helpviewer_keywords author ms.author manager ms.subservice
Choose Breakpoints Dialog Box
Read about the Choose Breakpoints dialog box, which opens if you try to set a breakpoint from ambiguous input in the New Breakpoint dialog box in Visual Studio.
11/04/2016
ui-reference
vs.debug.breakpt.choose
CSharp
VB
FSharp
C++
JScript
SQL
breakpoints, ambiguous
breakpoints, Choose Breakpoints dialog box
Choose Breakpoints dialog box
mikejo5000
mikejo
mijacobs
debug-diagnostics

Choose Breakpoints Dialog Box

The Choose Breakpoints dialog box opens when you try to set a breakpoint from ambiguous input in the New Breakpoint dialog box. A common example of ambiguous input is an overloaded function name.

Breakpoints Lists possible breakpoints that can be set based on the ambiguous input. You can select one or more breakpoints to set.

All Selects all breakpoints listed in the Breakpoints box.

None Clears all breakpoints listed in the Breakpoints box.

See also