I recognized it's not possible any more to view a constant while debugging since CVI 2015.
Example: #define CONSTANT1 1
For example if I have a constant defined, I can then right click “view variable value”.
Normally CVI then shows me the value.
Since CVI 2015 this doesn’t work anymore. I also tried with CVI 2017.
In our code we use many structs where the fields are defined by a constant.
Now when the debugger can’t view the constant any more it also won’t view the value of the struct.
Example: #define CONSTANT1 1
Int struct[10];
struct[CONSTANT1] = 5;
This is the main reason why I didn't upgrade from CVI 2010 to 2015.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.