Skip to content

Automatically associates your Visual Studio breakpoints with the current git branch. Switching branches restores the associated breakpoints.

License

Notifications You must be signed in to change notification settings

waf/BreakpointsPerBranch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakpoints Per Branch

A Visual Studio Extension that associates your Visual Studio debugging breakpoints with Git branches.

As you switch between Git branches, the breakpoints associated with that git branch are restored.

This should be considered proof-of-concept code -- no real testing has been done.

How it works

  1. When you launch the debugger, the current set of breakpoints are saved to your temp directory. The temp filename corresponds to the solution and branch name.
  2. When you switch git branches, if there is a set of saved breakpoints for that branch, the list of breakpoints is reset to the saved list.

About

Automatically associates your Visual Studio breakpoints with the current git branch. Switching branches restores the associated breakpoints.

Topics

Resources

License

Stars

Watchers

Forks

Languages