Watch Points in Assembly for CW v6.3

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

Watch Points in Assembly for CW v6.3

ソリューションへジャンプ
1,104件の閲覧回数
admin
Specialist II

Is is possible to set watch points in the CW debugger when coding entirely in assembly as I am able to when coding in C?

ラベル(1)
0 件の賞賛
返信
1 解決策
578件の閲覧回数
CrasyCat
Specialist III

Hello

 

You can surely put a watchpoint on a memory range inside of the Memory window.

This should not be a problem.

 

Assembler is not a structured language, so there is no real size associated with a data label.

If you intend to set a watchpoint on a  label in the Data window check the start address and size associated with the watchpoint to make sure it maps what you intend to trigger.

 

CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
579件の閲覧回数
CrasyCat
Specialist III

Hello

 

You can surely put a watchpoint on a memory range inside of the Memory window.

This should not be a problem.

 

Assembler is not a structured language, so there is no real size associated with a data label.

If you intend to set a watchpoint on a  label in the Data window check the start address and size associated with the watchpoint to make sure it maps what you intend to trigger.

 

CrasyCat

0 件の賞賛
返信
578件の閲覧回数
admin
Specialist II

Thanks for the input. I see it now.

0 件の賞賛
返信