Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

Debug version - no debugging information

lklawrie
Beginner
843 Views
Suddenly, my debug version of the project has decided it has no debugging information. Any idea what happened or how to fix it?

Several of the binaries / dlls are not built with debug information but that hasn't stopped it before.
0 Kudos
3 Replies
Steven_L_Intel1
Employee
843 Views
Make sure that the EXE being run is the one you built. Double-check the project settings under both Fortran and Linker to be sure that /debug is specified.
0 Kudos
lklawrie
Beginner
843 Views
Running from within VS 2008 Debug window. Both compiler and linker command lines (I could add here) appear to be "debug" and no changes from when it worked.

Fortran:
/nologo /debug:full /Od /fpp /I"D:\EPPgm\DBL_Source\" /DEP_Timings /DHBIRE_NO_OMP /fpscomp:nolibs /warn:unused /warn:interfaces /Qauto /Qtrapuv /fpe:0 /Qfp-stack-check /module:"Debug\" /object:"Debug\" /Fd"Debug\vc90.pdb" /traceback /check:pointer /check:bounds /check:uninit /check:format /check:output_conversion /libs:static /threads /dbglibs /4Yportlib /c
plus:
/assume:protect_parens /Qprec-div /Qprec-sqrt /Qimf-precision:high /Qimf-arch-consistency:true

Linker:
/OUT:"Debug\EnergyPlus.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"D:\EPPgm\IVF\EnergyPlus\Debug\EnergyPlus.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:\EPPgm\IVF\EnergyPlus\Debug\EnergyPlus.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:"D:\EPPgm\IVF\EnergyPlus\Debug\EnergyPlus.lib" D:\EPPgm\DElight\Library\Debug\32\delight.lib D:\EPPgm\SQLite\Library\Debug\32\sqlite.lib D:\EPPgm\ExternalInterface\BCVTB\Windows\Release\32\bcvtb.lib D:\EPPgm\ExternalInterface\FMI\Windows\Release\32\VS2008\fmi.lib
plus:
/nodefaultlib:libcmt
0 Kudos
lklawrie
Beginner
843 Views
After a reboot, it seems to be working again. Had not rebooted in a while and other things were going on or would have tried it sooner.
0 Kudos
Reply