- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Several of the binaries / dlls are not built with debug information but that hasn't stopped it before.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page