Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Coordinated testing (max 2 hours)

Pattern matching is done towards local variables only. 

Since we don't display global variables in the variables view I'm not familiar with how we would get the list of globals. 

If there is a good way to get a list of globals we could extend the pattern matching to include them.

From what I remember of CDI there are very many globals which are not even declared by the user. I believe it is because of that high number of cryptic globals that we don't show them in the variables view. However using pattern matching, the user could much more easily filter the interesting ones. We could even give a special pattern to easily list all globals.

Can you write an enhancement bug?

Thanks

Marc


----- Original Message -----
From: Marc Dumais <marc.dumais@xxxxxxxxxxxx>
To: "cdt-dev@xxxxxxxxxxx" <cdt-dev@xxxxxxxxxxx>
Sent: 04/06/2014 6:54
Subject: Re: [cdt-dev] Coordinated testing (max 2 hours)



Back to the top