Debug Mode Libraries on Windows
Gerald E Dalley
dalleyg at ee.eng.ohio-state.edu
Wed Apr 12 09:12:49 EDT 2000
I recently did a rebuild of VTK on my system (VTK 2.4) and suddenly, all
of my debugging ability of the library files was lost, e.g. I can no
longer trace into methods and functions shipped with VTK. I have tried
the following to remedy the situation, with no success:
1) Rerun nmake from the vtkbin\Debug directory (does nothing, even
if I modify source files)
2) Delete the *.obj files and the *.lib, *.dll, *.exp, *.ilk,
and *.pdb (from vtkbin\Debug\lib and vtkbin\Debug\vtkdll\obj
directories). Do #1. Makes all files non-debuggable.
3) Completely wipe out the vtkbin directory. Rerun pcmaker. Do
#1. Same results as #2.
4) Do #3 again. Edit the makefile to remove the /D "NDEBUG" in
the CPP_PROJ settings. Do #1. Same results as #2.
5) Try relinking another project that had debugging working. Same
results as #2.
Does anyone know how to get the debugging turned back on for VC++ 6.0?
--Gerald Dalley
dalleyg at ee.eng.ohio-state.edu
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list