True Time Debugger, viewing source files

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

True Time Debugger, viewing source files

跳至解决方案
2,036 次查看
RCD_Dime
Contributor II

I recently took over a project from a CoWorker who left the company.  I have successfully debugged several other projects using my current setup but this new one is giving me problems. 

 

When I attempt to debug my application from CodeWarrior the True Time Debugger successfully launches and I'm able to load my software to the target.  The assembly and memory windows appear to have valid information in them.  The problem is the source window is blank.  When I try to open a source file using the Source->Open Source File... menu option I receive a dialog that says "No source file found".

 

Anyone have any ideas on what I'm doing wrong.  I've been pulling my hair out on this one. 

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,021 次查看
RCD_Dime
Contributor II

Thanks for the response. 

 

My situation is kind of unique but I did finally figure out what the issue was.  My project is comprised of a bootloader and application which were designed as two independant programs.  When I compile my application the .abs file for the bootloader is included in the .s19 of the application and this file is downloaded to the target.  Then I need to load the symbols for the application manually.  

 

Thanks again for replying.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,021 次查看
CrasyCat
Specialist III

Hello

 

Are debug information generated for the project?

 

In your .mcp window you have a column headed with a green bug icon.

Make sure you have dots next to each source file in this column.

 

This indicates that CodeWarrior generates debug info for the corresponding source file.

 

Look at FAQ-27442 on www.freescale.com for a small screen dump showing how this is looking like

 

CrasyCat

0 项奖励
回复
1,022 次查看
RCD_Dime
Contributor II

Thanks for the response. 

 

My situation is kind of unique but I did finally figure out what the issue was.  My project is comprised of a bootloader and application which were designed as two independant programs.  When I compile my application the .abs file for the bootloader is included in the .s19 of the application and this file is downloaded to the target.  Then I need to load the symbols for the application manually.  

 

Thanks again for replying.

0 项奖励
回复