KDS roadmap

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KDS roadmap

891件の閲覧回数
Eric_t
Contributor III

Hi,

Is there a roadmap about KDS.

i am interesting about same features that currently is not supported (refresh variables while the target is running, trace e.t.c)

 

Thank you

ラベル(1)
1 返信

705件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

Yes, there is a roadmap for a next version of KDS, but the plans have not been finalized yet.

'Refresh variables while the target is running': KDS is using stock GDB, and that feature is something CodeWarrior had, but is not present the same way in GDB. You can use it like that already today: Automatic Variable, Expression and Memory Display with GDB and Eclipse | MCU on Eclipse

Hardware trace is not supported, but you can use RTOS trace like described here: FreeRTOS Continuous Trace Streaming | MCU on Eclipse

If you are looking for function tracing, then I suggest to have a look here: Poor Man’s Trace: Free-of-Charge Function Entry/Exit Trace with GNU Tools | MCU on Eclipse

I hope this helps,

Erich