Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1.28 KB

File metadata and controls

51 lines (48 loc) · 1.28 KB
title -LINENUMBERS | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
/linenumbers
dev_langs
C++
helpviewer_keywords
LINENUMBERS dumpbin option
line numbers
-LINENUMBERS dumpbin option
/LINENUMBERS dumpbin option
ms.assetid 1681d582-2c2f-484e-9920-109959549055
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

/LINENUMBERS

/LINENUMBERS  

Remarks

This option displays COFF line numbers. Line numbers exist in an object file if it was compiled with Program Database (/Zi), C7 Compatible (/Z7), or Line Numbers Only (/Zd). An executable file or DLL contains COFF line numbers if it was linked with Generate Debug Info (/DEBUG).

Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.

See Also

DUMPBIN Options