Examine VTK Stack

How can you effectively set a breakpoint in your debugger to examine the stack when encountering an error in VTK?

Hey Larry,

If you have VTK built in Debug or RelWithDebInfo modes, you can set a breakpoint in your debugger at the location of the error.
This will allow you to examine the stack and get the necessary information, such as the filename and line number, to set the breakpoint.