Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Refresh in RegistersView

Hi all!

 

CDT 2.0.2 – if I turn off “Automatically Refresh” for Registers View then make 2 steps and press “Refresh” button – nothing happens… But when “Automatically Refresh” is turned on I can see that “epi” register changes….

 

 

int main () {

 

 int a = 0;

 

 5 + 2;

 

 a = 5 + 2;

 

 return 0; 

     

}

 

See “epi” register on this small example

 

 

 

Igor S. Zamyatin

Interstron Ltd.

http://www.interstron.ru


Back to the top