Symbolics in library

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

Symbolics in library

898 Views
PaoloRozzi
Contributor I

Hi,

i tried to move some file from a project in a new library, and then to link the library with the project.

All the code works well but the library symbols are not visible during the debug.

I think this is a path problem. Anybody can tell how explicitate the library path in the main project?

Best regards,

Paolo.

Labels (1)
Tags (1)
0 Kudos
1 Reply

217 Views
J2MEJediMaster
Specialist I

Are you sure you built the library with debug settings that would include the symbolics?

 

To add another file path to CodeWarrior's search function, proceed as follows:

 

1) Go to the Target Settings panel (type ALT + F7).

 

2) Click on the Access Paths choice in the pane at the left.

 

3) Click Add, navigate to the folder your library is in, then click OK.

 

The folder should appear in the panel display.

 

---Tom

0 Kudos