Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

ALM-Rangers/Breakpoint-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakpoint Generator

Build status

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.

Using the extension

Once you download and install the tool, a new menu item "Generate Breakpoints" will appear under the Debug menu

Menu

You can then choose which projects, files, and methods to create breakpoints for

Toolwindow

The tool will by default generate TracePoints but can be configured to use a different default message or create breakpoints instead.

Breakpoint Config

More information can be found in the blog post announcing the tool.

Contributors

We thank the following contributors for this extension: Jakob Ehn and Utkarsh Shigihalli.

Contribute

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.

Releases

No releases published

Packages

No packages published