What do I need to do to enable "Break when value changes" https://devblogs.microsoft.com/cppblog/data-breakpoints-15-8-update/ in a custom debug engine or custom vsix?
I saw this post from a while back that made me think that there is some reg value I have to edit to get this enabled but so far haven't found the thing to edit: https://social.msdn.microsoft.com/Forums/vstudio/en-us/0529285d-be50-4ccb-8bbd-d5f36df031f8/data-breakpoint-in-custom-debug-engine?forum=vsx
(basically for the post linked, to get "New DataBreakpoint" to be enabled, you have to go to the pkgdef file and adding "DataBP=1")
I saw this post from a while back that made me think that there is some reg value I have to edit to get this enabled but so far haven't found the thing to edit: https://social.msdn.microsoft.com/Forums/vstudio/en-us/0529285d-be50-4ccb-8bbd-d5f36df031f8/data-breakpoint-in-custom-debug-engine?forum=vsx
(basically for the post linked, to get "New DataBreakpoint" to be enabled, you have to go to the pkgdef file and adding "DataBP=1")