NOTICE - We have deprecated this extension. For now it is still avaialble on the Visual Studio Marketplace. The extension will continue to serve as an open source solution and sample extension on GitHub.
Download this extension from the VS Marketplace.
This extension enables you to generate breakpoints (and TracePoints) for any public method in your application. This quickly allows you to learn the execution flow of new code bases and add debug time logging to your applications without the need to modify the source code.
The extension only supports C# projects.
See the change log for changes and road map.
Once you download and install the tool, a new menu item "Generate Breakpoints" will appear under the Debug menu
You can then choose which projects, files, and methods to create breakpoints for
The tool will by default generate TracePoints but can be configured to use a different default message or create breakpoints instead.
More information can be found in the blog post announcing the tool.
We thank the following contributors for this extension: Jakob Ehn and Utkarsh Shigihalli.
Contributions to this project are welcome. Here is how you can contribute:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals
Please refer to Contribution guidelines and the Code of Conduct for more details.