Pelles C > General discussions

Selecting Linker Debug Info Option

(1/1)

Sneddles:
The linker tab has three options for setting the debug information to use, but I can't find any information about which one I should use.

I'm running Windows 7 64Bit with Pelles C 8.0.
I selected CodeView format and it seems to work just fine.

As I understand it, CodeView and COFF are different binary formats for the roughly the same debug info.
So I was surprised by the "CodeView and COFF format" option.

So my question: "is one particular option preferred when all development is done with Pelles C?"

Namaste

frankie:
I think this is an old times option.
The COFF debug info are the standard debug info taken from the original COFF spec. They are normally used from PE (see MS PECOFF specification).
Then  for all more specific debug info the CODEVIEW info are used.
To debug with max performance you should select COFF+CODEVIEW.

Navigation

[0] Message Index

Go to full version