2024-03-22 03:52 AM
I have tow arrays one named adcData[] that is adc input buffer and Xbuf[] that is output buffer. Now i am calculating some paramaters... But when i use my debuger and Live variables, i get only adcData[] and Xbuf[] is "Failed to evaluate expression". Arrays are declared same way and everything is configured similarly.
Solved! Go to Solution.
2024-11-07 07:05 AM
if you want to see live expresions, you need to uprdate variables slowly. if speed is more than few 10Hz data is not shown.
2024-03-22 04:00 AM - edited 2024-03-22 04:01 AM
2024-04-02 07:15 AM
Hello @Miha
First let me thank you for posting.
The issue seems to be linked to the syntax of the variable in the "Live expression"
BR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-07 07:05 AM
if you want to see live expresions, you need to uprdate variables slowly. if speed is more than few 10Hz data is not shown.