Debugging on Two Sets of Symbols Simultaneously

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

Debugging on Two Sets of Symbols Simultaneously

1,580件の閲覧回数
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 返答(返信)

771件の閲覧回数
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 件の賞賛
返信

771件の閲覧回数
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 件の賞賛
返信