Skip to main content
Senior II
April 8, 2025
Solved

What is required for live expression support

  • April 8, 2025
  • 2 replies
  • 489 views

I am trying to use live expression on an STM32G0 with an Stlink V3minnie. It's not allowing me to read any variable even once. I read that the variables need to be global. Is this true? Does this mean class variables also will not be supported but only static variables?

Thanks.

2 replies

Andrew Neil
Andrew NeilBest answer
Super User
April 8, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Carl_GAuthor
Senior II
April 8, 2025

That worked. Even class static doesn't work but full static variables do.