Debug - how to display variable values while running debug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debug - how to display variable values while running debug

628 Views
raybreslau
Contributor I

I'm used to using CodeWarrior with InDart One for debugging and I'm trying

to figure out how to achieve a similar view of variables when using KDS and

Multilink Universal.

Labels (1)
0 Kudos
1 Reply

488 Views
BlackNight
NXP Employee
NXP Employee

Hi Ray,

the same is not possible with the normal GDB (which is used in KDS). The following article describes an approach to show variables while the target is running: Automatic Variable, Expression and Memory Display with GDB and Eclipse | MCU on Eclipse

Another approach is to use a target monitor program e.g. as used with FreeMaster (see Tutorial: FreeMASTER Visualization and Run-Time Debugging | MCU on Eclipse ).

I hope this helps,

Erich

0 Kudos