microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

Break points #11

Open fdncred opened 8 years ago

fdncred commented 8 years ago

I once has a macro in visual studio that would put a break point on every function. Is that possible with your extension?

justindomingue commented 8 years ago

Have a look at the DTE Interface, more particularly the Breakpoints Interface. If what you are asking is indeed supported, I think it would be through these interfaces.