[Paraview] turn debugging on?

Amy Squillacote amy.squillacote at kitware.com
Thu Jun 29 16:05:38 EDT 2006


Hi Peter,

When you run CMake before building ParaView, set CMAKE_BUILD_TYPE to Debug.

- Amy

Peter J. Bismuti wrote:
> I'm trying to turn debugging on so that I can report a stack trace when 
> loading ensight files does not work (a fairly serious problem).  
>
> How do  you turn debugging on in PV so it can be loaded into gdb?  
>
> thanks in advance
>
>
>   
>> These are the flags passed to cmake:
>>
>> CMakeCache.txt:CMAKE_CXX_FLAGS_DEBUG:STRING=-g
>> CMakeCache.txt:CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DDEBUG
>> CMakeCache.txt:CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DDEBUG
>> CMakeCache.txt:CMAKE_C_FLAGS_DEBUG:STRING=-g
>> CMakeCache.txt:CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DDEBUG
>> CMakeCache.txt:CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DDEBUG
>>
>> Any thoughts on what needs to be modified for debugging to work properly?
>>
>>     
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
>   



More information about the ParaView mailing list