Watch Points in Assembly for CW v6.3

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

Watch Points in Assembly for CW v6.3

跳至解决方案
986 次查看
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 解答
460 次查看
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 回复数
461 次查看
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 项奖励
回复
460 次查看
admin
Specialist II

Thanks for the input. I see it now.

0 项奖励
回复