Just to give a background on what we are trying to achieve. We are in the process of implementing Data breakpoint for our Isolated shell application. We have implemented custom Debug Engine and implemented other breakpoint related interfaces to handle Data
breakpoint. We are using shell's Data breakpoint UI to add data breakpoint.
But we require to configure some more additional setting (eg: Read/write Access type) for Data breakpoint apart from standard "Address" and "Byte Count" setting. We plan to introduce new command under Breakpoint context menu to configure
additional setting.
We would like to know
1. Is there a way to pass additional setting while creating breakpoint using DTE.Debugger.Breakpoints.Add API?
2. If not, what is the best way to add the new settings to breakpoint such that these settings are available in IDebugEngine2.CreatePendingBreakpoint method.