Start with debug vs flash

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

Start with debug vs flash

1,273 次查看
ceciliac
Contributor III

Hi, I have a somewhat rudimentary question....is there any difference in what is flashed  depending on if I use the "Debug Configuration" och "Flash from file". Is there additional content flashed for the debugging to work?

Thanks,

Cecilia

标记 (1)
0 项奖励
回复
1 回复

1,164 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

The way how you upload your program into Flash has no effect on debug ability. The question is - if your output .elf file contain debug info (-g option) or not. 

The additional content is added by your debugger - PE Micro or any other. With flashing from file you need o attach to running target. With debug configuration is started debug session. 

Jiri 

0 项奖励
回复