Debugging on Two Sets of Symbols Simultaneously

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

Debugging on Two Sets of Symbols Simultaneously

1,569 次查看
ewhac
Contributor I
I have an application that makes use of a "link library" that is loaded as a binary blob (.S19 file). However, as I wrote both the app and the link library, I have access to the library's symbols.

I need to debug both the application and the library. I'm aware that I can load the library's symbols, either using:

LOADSYMBOLS "library.abs"

Or via:

LOAD "library.abs" SYMBOLSONLY

However, when I do this, the symbols for the app are discarded. Likewise, when I reload the symbols for the app, the library symbols are discarded. I *could* ping-pong back and forth, but that would s*ck. Is there a way I can keep both sets of symbols around at the same time?

Schwab

标签 (1)
0 项奖励
回复
2 回复数

760 次查看
CrasyCat
Specialist III
Hello
I assume you are using CodeWarrior for debugging. Am I right?
This is not supported by CodeWarrior tools today.
I would recommend you to go the official way and log a feature request around that through our on-line support web page.
 
Just go to following URL:
and click on "Submit a service request".
 
CrasyCat
0 项奖励
回复

760 次查看
ewhac
Contributor I

CrasyCat wrote:
Hello
I assume you are using CodeWarrior for debugging. Am I right?
This is not supported by CodeWarrior tools today.

Phooey. Oh well...

Thanks for the info.

0 项奖励
回复