Displaying varables in DeBugger

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
New to DAVE and uP programing.. How do I display the value of a variable in the Debugger?
For example, the Value of an A to D conversion.
Is there some code I need to add to the program itself? At the moment I am using the XMC relax kit.
Regards,
Rick
0 Likes
1 Reply
Not applicable
Hello Rick,

in the debug-Screen in the right upper Corner, click on Expressions.
Now there appears a field with Name and Value. Theres a Button "Add new Expression".
Type in the Name of your variable and when you debug you see the value.

Kind regards
Lukas
0 Likes