You cannot use Prism to debug C++ programs containing the features described in this section.
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.
Prism does not support calling C++ methods, using any syntax.
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.