Breakpoint instruction?

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

Breakpoint instruction?

跳至解决方案
675 次查看
PeterFromSweden
Contributor III

Sometimes it is convenient to have an instruction in code that does exactly what a breakpoint does in debugger. Halt and show context in debugger.

Does CodeWarrior support this in Kinetis in any way?

/Peter

0 项奖励
1 解答
507 次查看
konrada
Contributor IV

You can use the BKPT instruction in an asm block.

 

HTH

KA 

在原帖中查看解决方案

0 项奖励
1 回复
508 次查看
konrada
Contributor IV

You can use the BKPT instruction in an asm block.

 

HTH

KA 

0 项奖励