[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] patch for 80716- Global arrays show only the first element in the Variable View
|
>
> Hi,=20
> During the last 6 months we at Texas Instruments were developing product
> based on CDT. During that period we were making fixed, enhancement and
> changes in CDT that would like to share with the rest of the community.=20
>
This is excellent news !!
More feedbacks and resources are always appreciated.
> Since our beta product is out we have more time to start submitting the
> patches and enhancements we looked at. Also I would like to share ours
> customer suggestions and enter them as enhancements.=20
>
Your Beta is based on which branch? we have different branches
CDT_1_2_1, CDT_2_0, CDT_21
Currently the "active" streams are CDT_21 and the head stream,
an the CDT_21 is coming on its final days.
> I'll start with filing "80716 - Global arrays show only the first
> element in the Variable View" and adding a patch for it.=20
>
We've tried in the pass to accomodate ISV, by applying patches when necessary.
It is really on case by case(i.e. if the patch does not rewrite
the entire plugin 8-), folks here been very open.
So when creating the PR it should be stated upfront to which branch and
if it also valid for the head.
> I would also like to create a test case for that bug.=20
> Any pointers where and how to add a test case for that one?
>
Test cases ... sigh ... We started a JUnit plugin for the debug core/ui
It is something that we are looking for CDT-3.0.
The debug{core,ui} lack regression testing, a weak spot.
So yes, your efforts are more then welcome
see org.eclipse.cdt.debug.ui.tests