Stepping through vtk code

Tim Hutton T.Hutton at eastman.ucl.ac.uk
Wed Aug 4 12:19:39 EDT 1999


At 17:07 04/08/99 +0100, you wrote:
>I am looking for a project workspace for Visual C++ that will
>allow me to step through vtk function calls.
>At the moment I can step through my c++ code, but the ide doesn't find
>the associated source code for the vtk calls.
>
>I am using Windows NT and Visual C++ 4.0
>
>Thanks
>
>R. Mercado

I think you can achieve this by adding the source and header files for the
classes you want to step through into your project and recompiling. You'll
get warnings about precompiled header stuff, just add #include "stdafx.h"
to the top of the .cxx file. Then you should be able to step through the code.

Hope this helps.

Tim.
---------------------------------------------------------------------------
Tim Hutton, Research Assistant            Email: T.Hutton at eastman.ucl.ac.uk
MINORI Project                     http://www.eastman.ucl.ac.uk/~dmi/MINORI
Dental and Medical Informatics                   Tel: [+44] (0171) 915 2344
Eastman Dental Institute                         Fax: [+44] (0171) 915 2303
256 Gray's Inn Road, London WC1X 8LD, UK
---------------------------------------------------------------------------
This email represents the views of the sender alone and must not be
construed as representing the views of the Eastman Dental Institute. It may
contain confidential information and may be protected by law as a legally
privileged document and copyright work. Its content should not be disclosed
and it should not be given or copied to anyone other than the person(s)
named or referenced above. If you have received this email in error, please
contact the sender.



-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------





More information about the vtkusers mailing list