Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Global variables doesn't work

I’m using the « PE windows parser » the default suggested Binary parser.

I used it with older CDT version (CDT 8.1.1), and it used to work.

 

Should I change the used parser ?

 

Thanks.

 

 

 

From: Mikhail Khodjaiants [mailto:mikhailkhod@xxxxxxxxxxxxxx]
Sent: mardi 4 juin 2013 16:13
To: CDT General developers list.
Cc: Maherzia BELAAZI
Subject: Re: [cdt-dev] Global variables doesn't work

 

Works for me. The CDI debugger uses the binary parser associated with the project to extract the list of global and static variables. Make sure that you are using the proper binary parser for your executable (see Project Properties -> C/C++ Build -> Settings -> Binary Parsers).

On 04/06/2013 10:51 AM, Maherzia BELAAZI wrote:

Hello,

 

I tested eclipse ccp kelper RC2, and I found that “add global variables” action in Variable View doesn’t work.

For DSF debugger, it is a known issue (already opened bugs)

For CDI debugger it doesn’t work.

No
              global variable is shown !!

 

Is it a known regression ?

 

Any answer is so welcome.

Best regards,

Maherzia




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top