Debugger doesn't show Source Code

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

Debugger doesn't show Source Code

3,923 次查看
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.
标签 (1)
0 项奖励
回复
2 回复数

929 次查看
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 项奖励
回复

929 次查看
JochenM
Contributor I

Thanks a lot - for now it works fine!

Jochen.

 

0 项奖励
回复