use the Debugger to examine and modify data

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

use the Debugger to examine and modify data

814 Views
abby
Contributor I

Hi All,

 

CodeWarrior has this function:  use the CodeWarrior Debugger to examine and modify data

http://www.freescale.com/files/training_pdf/24633_CW_DEBUGGER_DATA_WBT.pdf?lang_cd=ja

Does KDS have this function, too?

Because I can't add variables to variables windows in KDS.

Thanks.

 

Abby

Labels (1)
0 Kudos
5 Replies

610 Views
BlackNight
NXP Employee
NXP Employee

Hi Abby,

KDS is using Eclipse Kepler, so this applies:

Variable Debugging with Eclipse Kepler | MCU on Eclipse

I hope this helps,

Erich

0 Kudos

610 Views
abby
Contributor I

Hi Erich,

Thanks for your reply.

I need to modify variables but not view data only. (when CPU is running)

In KDS, I can add global variables to the expressions but can't modify the value when CPU is running.

The global variables only can be changed value when CPU is halt in KDS.


Abby

0 Kudos

610 Views
BlackNight
NXP Employee
NXP Employee

Hi Abby,

modifying variables while the target is running is a CodeWarrior specific extension, and not supported in stock Eclipse Kepler/CDT as used in Kinetis Design Studio.

See http://mcuoneclipse.com/2014/09/28/comparing-codewarrior-with-kinetis-design-studio/

Erich

0 Kudos

610 Views
dporada
Contributor III

Do you think that KDS will ever support these features?  We switched to Freescale because of the advanced debugging including the ability use trace.

0 Kudos

610 Views
BlackNight
NXP Employee
NXP Employee

Until CDT will add that functionality, I'm affraid that KDS won't support this.

0 Kudos