Debugger doesn't show Source Code

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

Debugger doesn't show Source Code

3,339 Views
JochenM
Contributor I
Hi there
I am working with CodeWarrior 9.6 on Mac OSX debugging a QuarkXPress XTension.

The problem is that the Debugger doesn't show Source Code but Assembler Code at the breakpoint and therefore values of variables are not displayed.

I tried a lot of preferences and deleting of Data Folders but didn't made any effort.

Any idea is very appreciated as it is a very urgent issue.

Thanks! jochen.
Labels (1)
0 Kudos
2 Replies

345 Views
J2MEJediMaster
Specialist I
Look at the Project window, where the files are displayed. There's a column at the far right which has a little green bug at the top. This column indicates whether the tools generate debug symbols for the file. If there's not a little black dot in this column adjacent to your plugin's file name, then no debug symbols are being generated. Click on the row that the file name is on, in this column, and the black dot should appear. Now you'll get your debug symbolics. HTH,

---Tom
0 Kudos

345 Views
JochenM
Contributor I

Thanks a lot - for now it works fine!

Jochen.

 

0 Kudos