Debugging on Two Sets of Symbols Simultaneously

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debugging on Two Sets of Symbols Simultaneously

1,109 Views
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

Labels (1)
0 Kudos
2 Replies

300 Views
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 Kudos

300 Views
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 Kudos