Watch Points in Assembly for CW v6.3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Watch Points in Assembly for CW v6.3

Jump to solution
921 Views
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?

Labels (1)
0 Kudos
1 Solution
395 Views
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

View solution in original post

0 Kudos
2 Replies
396 Views
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 Kudos
395 Views
admin
Specialist II

Thanks for the input. I see it now.

0 Kudos