Reputation: 23102
I can toggle breakpoints for any line, but I could not see the list of all breakpoints (Breakpoints window).
When I go menu Debug → Windows → ... It does not show me Breakpoints window.
Am I missing something?
Upvotes: 45
Views: 23149
Reputation: 3024
Yet another way: First open the Command Window using the menu View > Other Windows > Command Window or just press Ctrl + Alt + A. Then type and press Enter
> bl
or
> Debug.Breakpoints
in the Command Window as in the image.
Upvotes: 0
Reputation: 647
Simply use the keyboard shortcut Ctrl + Alt + B, which should show you the breakpoints window.
Upvotes: 63