microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
122 stars 50 forks source link

Fix engine registration #19

Closed plnelson closed 8 years ago

plnelson commented 8 years ago

The AD7Metrics registration was missing the engines supported by Iris. The missing registration doesn't cause a problem at the moment because there is no language service. However, if we were to write a language service, conditional breakpoints would no longer work because the debugger UI would assume that they are not supported given no engines supporting conditional breakpoints are mapped to the language.

Added fix so people copying the sample (and registration) won't run into the problem of breakpoints being unsupported if they have a language service.

gregg-miskelly commented 8 years ago

:+1: