Prism 6.0 User's Guide

Unsupported C++ Features

You cannot use Prism to debug C++ programs containing the features described in this section.

Inlined Methods Used in Multiple Source Files

Using Prism 6.0, you cannot set a breakpoint in an inlined method that is used in multiple source files. Only one of the several debuggable copies of the inlined function gets the breakpoint.

Calling C++ Methods

Prism does not support calling C++ methods, using any syntax.

Variables of Type Reference

Prism does not support printing variables of type reference, such as int &xref. Also, variables of type reference appear as (unknown type) in stack traces.