Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Variables and Registers views

Hi,
 
I am currently working on the new version of the Registers view for CDT. Functionally the Registers view is identical to the Variables view. The implementation needs some minor changes in the content provider and the event handler. The best way to implement this is to do exactly what has been done for the _expression_ view - extend the corresponding classes. Unfortunately, this is not an option, the VariablesView class and all related classes are internal. All I can do now is create copies of the internal classes and follow the changes.
Are there any suggestions on how to handle the situations like this differently?
 
Thanks,
Mikhail Khodjaiants
QNX Software Systems

Back to the top