Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Edit read/write access attributes for watchpoints

On 31/10/2012 4:09 PM, Tepavich, Scott wrote:

Thank you Mikhail, I was assuming as much (hence the question).  I’ve tried implementing my own FieldEditorFactory, which works well on the editing page; however, it duplicates the entries when creating a new watchpoint.  I can take the next step in defining a way to disable my contribution, when creating a new watchpoint, but this does not seem very clean.  Another approach could be to remove the common read/write access FieldEditors, and leave it up to the  underlying framework/implementation to define when to add these options; however, I’m likewise assuming this is not preferable.

 

I’m sure these are not the only FieldEditors that fall into this category/issue.  Any insight into a longer term solution for this type of problem would be greatly appreciated.


Scott,

Not sure I understand what you are trying to do. Assuming the technical problems with field editors are solved, how it would work? Are you planning to add a new breakpoint type for TCF Debugger?

Thanks,
Mikhail

Back to the top