Debug - how to display variable values while running debug

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Debug - how to display variable values while running debug

1,183 次查看
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.

标签 (1)
0 项奖励
回复
1 回复

1,043 次查看
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 项奖励
回复