CF-Codewarrior no realtime variable access?

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

CF-Codewarrior no realtime variable access?

3,435 次查看
Obetz
Contributor III
Hello All,

does the Codewarrior debugger for the Coldfire really not support realtime variable access (IOW during program execution)?

TIA,

Oliver
标签 (1)
标记 (1)
0 项奖励
回复
6 回复数

1,394 次查看
CrasyCat
Specialist III
Hello
 
Are you looking for a way to periodically refresh the content of the opened memory or expression window while application is running?
 
You can activate that as follows:
  - Open the project in CodeWarrior
  - Open the Target settings dialog (press ALT + F7)
  - Switch to "Debugger Settings" Panel
  - Check "Update data every ... check box and adjust the period there.
  - Close the target settings dialog pressing on OK.
 
CrasyCat
0 项奖励
回复

1,394 次查看
Obetz
Contributor III
...and it doesn't seem to support write access to variables during program execution, right?
0 项奖励
回复

1,394 次查看
Nouchi
Senior Contributor II
Hi Obetz,

I confirm, when you select refresh data every...., the target is halted to read data :smileysad: which is very intrusive.

..... and it works (read and write) with hiwave debugger (with Softec probe) for s08 family :smileyhappy:
(no comment)

Emmanuel
0 项奖励
回复

1,394 次查看
CrasyCat
Specialist III
Hello
 
Yes this does stop the processor to read the variable(s) to be updated.
So it is intrusive.
 
And it is just to display the value of the variable, not to modify them why the application is running.
 
CrasyCat
0 项奖励
回复

1,394 次查看
Obetz
Contributor III
Hello CrasyCat,

thanks for the confirmation. This shortens my list of suitable tools.

IMO it's inadequate for a not so cheap product.

Oliver
0 项奖励
回复

1,394 次查看
Obetz
Contributor III
Hello CrasyCat,

when I check "Update data every ...", it seems that the debugger halts the target to read the data.

Can you confirm this?

Oliver
0 项奖励
回复