DWARF debug info missing

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

DWARF debug info missing

5,004 Views
irob
Contributor V
I just got this warning recently:

Warning : C1805: Non standard conversion used

flash.c line 139

L1923: File \project_Data\Standard\ObjectCode\main.c.o
has no DWARF debug info


Without the DWARF stuff, you can't step through code.

All I did was change some source code. I wasn't even messing with the project settings. As a test, I took another working project, copied all my current source from the problem project into the working. It compiles without this DWARF warning.

I tried comparing all the ini files between the two projects but didn't see anything jump out at me.

For now, I'm just going to use that working project's stationary and start over. But anyone have any ideas how to prevent this in the future?

Message Edited by irob on 2006-07-0603:50 PM

Message Edited by irob on 2006-07-06 03:50 PM

Labels (1)
0 Kudos
4 Replies

550 Views
peg
Senior Contributor IV

Hi Rob,

You are better off posting these non MCU specific questions in the CW forum.

People that know, like CrasyCat et al, will find it faster and it will remain in a more suitable place for later searching.

Regards David

 

0 Kudos

550 Views
irob
Contributor V
Oops, sorry. Dave, you're right I mis-posted this. Admins, care to move this for me?

I found the answer over there too.
0 Kudos

550 Views
CrasyCat
Specialist III
Hello
 
Not sure you have an answer to all your questions here.
 
When the message "L1923: File \project_Data\Standard\ObjectCode\main.c.o
has no DWARF debug info" is generated no debug information will be generated for the specified module (Here main.c). That means you will not be able to set breakpoint in that module.
 
In order to have debug information generated for your project, make sure there is a dot after each file name in the column with a green bug on it.

In order to get the dot there, click with the mouse in the green bug column in the line where the Sources group appear.
 
I hope this helps.
 
Crasycat
0 Kudos

550 Views
irob
Contributor V
Thanks, Cat. That worked. I must have unchecked the dot and never knew it. It's so small! But it's working now.
0 Kudos