True Time Debugger, viewing source files

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

True Time Debugger, viewing source files

ソリューションへジャンプ
2,035件の閲覧回数
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,020件の閲覧回数
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,020件の閲覧回数
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,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 件の賞賛
返信