Skip to content

jnm2/CopyFunctionBreakpointName

Repository files navigation

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.

About

Visual Studio extension which enables you to right-click and copy a name which the New Function Breakpoint dialog understands.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published