Skip to content

vnvizitiu/Breakpoint-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakpoint Generator

Build status

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.

About

Automatically generate breakpoints for all the public entry points in your solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%