CF-Codewarrior no realtime variable access?

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

CF-Codewarrior no realtime variable access?

3,440件の閲覧回数
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,399件の閲覧回数
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,399件の閲覧回数
Obetz
Contributor III
...and it doesn't seem to support write access to variables during program execution, right?
0 件の賞賛
返信

1,399件の閲覧回数
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,399件の閲覧回数
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,399件の閲覧回数
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,399件の閲覧回数
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 件の賞賛
返信