Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.39 KB

Readme.md

File metadata and controls

24 lines (13 loc) · 1.39 KB

Copy Function Breakpoint Name extension

Build Status

This Visual Studio extension enables you to quickly copy a name to the clipboard which the New Function Breakpoint dialog understands. This is useful when you cannot place a breakpoint directly in the current source view; for example, when viewing metadata or decompiled source, or when you’re in a separate instance of Visual Studio from the one in which you want to set the breakpoint.

Start by right-clicking the member inside which you want to break:

Context menu screenshot

Then use Ctrl+D, B or your keyboard shortcut to open and focus the Breakpoints window:

New function breakpoint menu

And then Ctrl+B or your keyboard shortcut to open the New Function Breakpoint dialog:

New function breakpoint dialog

Then Ctrl+V to paste and Enter to accept, and you’re done!

Created breakpoint

Currently requires Visual Studio 2017 Update 7 or later. The extension can be installed in Visual Studio 2019 but it has not been tested there.